This project is for building Azure with SQL Server AlwaysOn.
SQL Server 2016 can now be combined with Workgroup. However, as manual work increases, we are also building a Domain Controller in this project.
- Azure Environment Create your Azure free account today
- Terraform
- Azure PowerShell
- Install Azure PowerShell on Windows with PowerShellGet
Starting with Azure PowerShell version 6.0, Azure PowerShell requires PowerShell version 5.0. To check the version of PowerShell running on your machine, run the following command:
$PSVersionTable.PSVersion
- Install Azure PowerShell on Windows with PowerShellGet
-
Edit Terraform/variables.tf for your environment.
-
Run in PowerShell console.
cd Terraform terraform.exe init
-
NO Errors, run next.
terraform.exe plan
-
If you are satisfied with the content displayed, run next.
terraform.exe apply
Appear confirmation message, Type 'Y' and Enter.
-
Wait a minutes.
-
Please check Azure Portal when you are done.
- Edit Script/parameters.ps1 for your environment.
- Run in PowerShell console. Requires run as administrator.
cd Script .\Config-AzureRmAutomationAccount.ps1 -ParameterFilePath "path\to\parameters.ps1"
- Follow the message and continue with the configuration.
MIT License