ARM Templates continued
- Refer Here for the changes done
- Exercise-1:
- Clone the repo Refer Here and cd into July21/ntier-basic
- Try to create a deployment using this template in you azure environment
- Exercise-2:
- Write an ARM Template to realize
- Lets create network and subnets by writing a new template
- Refer Here for the template with six subnets and deploy to new resource group
- Now we need to create network security groups
- web nsg => 80
- Refer Here for the changeset with nsg
- However we need to add this nsg to subnet i.e. subnet/vnet depends on nsg
- Write an ARM Template to realize
- Next Steps:
- How to define dependencies in arm template
