rohrerb / iaasextension-gov

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQL IaaS Agent Extension for Microsoft Azure Government

This repository is to help provide guidance and scripts on how to bulk register SQL Server Virtual Machines in Azure with the Azure SQL IaaS Agent Extension in Azure Government. To see how to review you can view the video on running scripts to register your SQL VMs.

YoutubeLinkThumbnail

The .psm1 script in this repository is the same one used in the video, but comes pre modified:

- [x] Modified to work from Azure Cloud Shell
- [x] Modified to log into Azure Government

High Level List of Capabilities Enabled by SQL IaaS Agent Extension

Capability Lightweight mode Full Mode
HA/Distaster Recovery License Type
Take advantage of HA/DR
✔️ ✔️
Flexible Licensing
Switch Between PAYGO and AHB
✔️ ✔️
Unified Management View
Managed your SQL VM/PaaS Deloyments from one location
✔️ ✔️
Automated Backup
Easy backup with Point-in-Time Restore
✔️
Automated Patching
Free, Simple installation of Critical Updates (2008 R2+)
✔️
Disk Scaling
Resize Data and Log disks from the Azure Portal
✔️
Simplified Always On HA
Create Availability Groups with Azure CLI (GUI in Preview as of Oct 2020)
✔️
Azure Key Vault Ingegration
Configure Azure Key Vault for the SQL Server instance
✔️
Add'l Integration with Azure
Tighter integration with Azure Defender, Vulnerability Assessment and
Monitoring services
CY21 CY21

Coming soon to Azure Government

Many of your will know that there is now an "Easy Button" that will help you conduct auto-registration of SQL Virtual Machines currently in Azure Commerical regions. While the capability doesn't exist in Azure Government today (Early Jan 2021), the engineering teams are working to enable the feature across Azure Government as well. Once that feature is available, expect this documentation to be updated.

About

License:MIT License


Languages

Language:PowerShell 100.0%