topic: To understand IaC and Azure deployment, the first assignment will be ARM template write up
- Use Bash/PowerShell to create a resource group. To check your resource group you can go to the Azure portal.
- Create a file named “storage-account-with-arm.json”
- Write your code in the ARM template file to create (i) a storage account in the resource group that you just created. (ii) a virtual machine in the resource group that you just created.
- Deploy your ARM template via Azure Portal.
- Take a few screenshots of your deployment before and after deployment.
- Push your code to your with your screenshots to your GitHub repo.