An organization is designing a governance and resource hierarchy in Azure. They plan to use management groups, subscriptions, and resource groups to organize their cloud infrastructure. Which two statements correctly describe the capabilities and restrictions of these Azure management components?
- A management group can contain multiple Azure subscriptions, but it cannot directly contain individual Azure resources.Answer
- An Azure resource group can contain resources that reside in different Azure regions.Answer
- CAzure resource groups can be nested within other resource groups to create a hierarchical resource structure.
- DEvery resource deployed in a resource group must be located in the same physical region as that resource group.
Answer
A management group can contain multiple Azure subscriptions, but it cannot directly contain individual Azure resources; and an Azure resource group can contain resources that reside in different Azure regions.
A management group acts as a container for subscriptions and other management groups, but it cannot hold individual resources directly. Resources must be deployed inside resource groups. Furthermore, resource groups are logical containers that store resource metadata, and resources within a single resource group are not restricted to the resource group's region, allowing them to reside in different geographical locations.
Step-by-Step Solution
Key Concept
Governance and resource organization in Azure using resource groups, subscriptions, and management groups.
Estimated Time:1m 30s