An enterprise is designing its Azure governance model. The compliance department requires that a specific security policy be applied to all resources deployed across the company's 12 Azure subscriptions. The IT team wants to apply this policy efficiently without configuring it on each subscription individually. Which Azure management boundary should the IT team use to group these subscriptions and apply the policy?
- Management groupsAnswer
- BNested resource groups
- CA single resource group that forces all resources to share its region
- DResource tags applied at the subscription level
Answer
Management groups should be used to group the subscriptions and apply the policy, as they provide a governance scope above subscriptions that propagates down via inheritance.
Management groups provide a level of scope above subscriptions. When a policy is assigned to a management group, that policy automatically inherits down to all subscriptions grouped under it, as well as the resource groups and resources within those subscriptions.
Step-by-Step Solution
Key Concept
Azure Management Groups inheritance and subscription organization hierarchy