ARM Templates Contd..
- Lets execute the ARM template
- Now lets navigate to Resource Groups and in the resource group select the deployments option
- So when we want to execute the arm template, a new deployment is created.
- In Azure When you create resources from any where (Portal, CLI/Powershell, SDK) a deployment is created which executes the corresponding ARM Template.
- Scenario: Lets Create an ARM Template to
- Create a virtual network with range 10.10.0.0/16 and 3 subnets in it
- web subnet 10.10.0.0/24
- app subnet 10.10.1.0/24
- db subnet 10.10.2.0/24
- Manual Steps:
- Network Reference for ARM Template Refer Here
- Create the template Refer Here and deploy it
- Create a virtual network with range 10.10.0.0/16 and 3 subnets in it
