ARM Template contd..
-
Lets use the copy functionality of the ARM Templates Refer Here and over here for the full list of the functions
-
Implementing the child resources and copyfunctionality Refer Here for the changes made
-
Variables: They are very much like parameters, but they are not passed by the user they are created for reuse inside the template
-
Lets add nsg rules to the subnet Refer Here for nsg arm template documentation
-
Our current state of template is
- Network is created
- NSG’s are created
- Subnets are failing with "value for reference id is missing"
- Refer Here for the current state of the arm template
-
Microsoft Provides list of quick start arm template Refer Here