A set of automation scripts that shows how to automate a simple web application
- Use Azure CLI to create a VNET
- Create an ARM template with a VM Scaleset or multiple VM's. Connect the VM's to the VNET that you created in the first step.
- Use Azure Automation and DSC to configure the Virtual Machines with Nginx or Apache. Install a demopage or install Wordpress
- Use and external loadbalancer to loadbalance port 80 (SSL is optional).
- Create a bash or PowerShell script that interacts with the Azure cli or Azure PowerShell to automate the deployment of the template.