In the previous chapter, we reviewed how to leverage deployment modes in an ARM template to have more control over our deployments, and we saw that Resource Manager is very flexible when it comes to defining the resources that will be part of our environment.
This leads us to this question: once we define the resources in the ARM template that will serve as the base components for our environment, how can we actually represent a new instantiation of the application or environment in our ARM template that we ...