armTemplateHwk_week 5

topic: To understand IaC and Azure deployment, the first assignment will be ARM template write up

  1. Use Bash/PowerShell to create a resource group. To check your resource group you can go to the Azure portal.
  2. Create a file named “storage-account-with-arm.json”
  3. 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.
  4. Deploy your ARM template via Azure Portal.
  5. Take a few screenshots of your deployment before and after deployment.
  6. Push your code to your with your screenshots to your GitHub repo.