A simple example of deployment of nested ARM template on Azure for reference.
- azuredeploy.json (Master template which calls the other templates)
- master-resources1 (First round ofdeployment of resources)
- master-resources2 (Second round of deployment of resources, dependent on resources from first round)
-
master-resources1
- Public IP address
- VNET
- subnet
- NIC
-
master-resources2
- Availability set
- VM (uses above NIC)