Describe Azure architecture and services1 / 5
A company has multiple Azure subscriptions across different departments. They need to apply a single Azure Policy to all subscriptions to restrict the deployment of virtual machines to specific regions. What should they use?
CorrectIncorrect
Alex
Management groups provide a governance scope above subscriptions, enabling you to apply Azure Policy, RBAC, and budgets across multiple subscriptions in a single assignment. By placing departmental subscriptions under one management group, a policy restricting VM deployment to specific regions inherits down to all child subscriptions and their resource groups automatically. Resource groups exist within a single subscription and cannot span multiple subscriptions—wrong scope. Resource tags add metadata for cost tracking and organization but cannot enforce policy restrictions. Azure Blueprints package policies, role assignments, and ARM templates together, but they still rely on management groups or subscriptions as their assignment scope. Exam tip: whenever a question says 'apply one policy across multiple subscriptions,' the answer is management groups. (Ref: learn.microsoft.com/azure/governance/management-groups/overview)
Sourcelearn.microsoft.com
Follow-up answers are available in the app. Create a free account — no credit card required.
Question 1 of 5
Create a free account