ARM Templates continued
-
Architecture to be realized:

-
Lets use parameters for cidr range of the network and subnets
-
Basic parameter usage
- Refer Here for the changeset

- Refer Here for the changeset
-
Exercise: Add the parameter for subnet cidr ranges.
- Refer Here for the subnet cidr ranges added and object parameter
-
Parameters in ARM Templates are the values which are provided as input while template creation
-
In some cases we might not want the values to be provided by user, These values can be computed locally with in template
-
using variables for network and subnet names
- Refer Here for the changeset
-
Install azure cli and powershell Refer Here
