In Chapter 4, we reviewed how to build your first Azure Resource Manager (ARM) template from scratch and how to deploy it to your Azure subscription within the scope of a resource group. This chapter will cover the various scopes in which you can target an Azure Resource Manager deployment and the differences between the scoped deployments.
Understanding deployment scope
Targeting your deployment to a resource group, subscription, management group, or tenant
Working across scopes
The first step is to understand what ...