In Chapter 8, we reviewed how to define the resources that will be part of your environment. This chapter will cover how to create multiple dependent resources to understand better the deployment order and how Azure Resource Manager (ARM) evaluates dependencies across various resources. This chapter will also focus on how you can define dependencies in your ARM template.
Understanding the order for deploying resources in ARM templates
Setting resource dependencies and location
Circular dependencies ...