An enterprise is planning its Azure governance and resource organization strategy. They need to organize resources across multiple departments, manage subscription policies, and deploy workloads to different geographical areas. Which two of the following statements are correct regarding Azure resources, resource groups, and management groups?
- An Azure subscription can be associated with only one parent management group at any given time.Cevap
- A resource group can contain resources that reside in different Azure regions.Cevap
- CTo establish a nested folder hierarchy for resources, you can create resource groups inside other resource groups.
- DAll resources deployed within a resource group must share the same Azure region as the resource group itself.
Cevap
An Azure subscription can be associated with only one parent management group at any given time, and a resource group can contain resources that reside in different Azure regions.
The correct statements are that an Azure subscription can only have one parent management group at any given time, ensuring a strict tree-like hierarchy for policy inheritance, and that a resource group can contain resources from different Azure regions, because the resource group's location only dictates where its metadata is stored.
Adım Adım Çözüm
Anahtar Kavram
Azure resource hierarchy including resource groups, subscriptions, and management groups, with a focus on region flexibility and logical boundaries.