This chapter will provide a better understanding of the resources section of your Azure Resource Manager (ARM) template; we will go over how to create child resources and conditional deployments and how to set dependency values and location values.
In addition, we will cover how you can define a postdeployment configuration and automation tasks on Azure virtual machines.
Understanding the resources section in your ARM template
Working with child resources
Conditional deployments
Chapter 6 reviewed ...