Exchange dev/test environments in Azure
Tutorial: Manually configure an availability group
Install the Azure Az PowerShell module
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Install-Module -Name Az -Scope CurrentUser -Repository PSGallery -Forcegit clone https://github.com/bohlrich/SQLAOAGAZURE.gitConnect-AzAccountSet $subscrName, $rgName, $locName and $saName in 01 and 03
.\01_createEnvironment.ps1- Connect with mstsc to the Azure Virtual Machine with the given Account
- Open PowerShell
- Execute the contents of 02_createActiveDirectory.ps1
- Restart Machine
.\03_createSQLMachines.ps1