An IT administrator is planning the deployment of several virtual machines and storage accounts in Azure. Which two statements correctly describe the structural and regional capabilities of Azure resource groups and resources? (Select two.)
- A resource group can contain resources that reside in different Azure regions.Answer
- An individual Azure resource can only belong to a single resource group at a time.Answer
- CA resource group can contain other nested resource groups to create a hierarchical management structure.
- DAny resource deployed into a resource group must be located in the same Azure region as the resource group.
Answer
A resource group can contain resources that reside in different Azure regions, and an individual Azure resource can only belong to a single resource group at a time.
The correct statements describe the flexible regional capabilities of resource groups and the strict containment rule of Azure resources. Specifically, a resource group is permitted to manage resources located in any Azure region because the group's location is only used to store deployment metadata. Additionally, every Azure resource must belong to exactly one resource group at any given time, preventing duplicate group ownership.
Step-by-Step Solution
Key Concept
Azure resource groups act as logical containers where resources can reside in different regions from the group itself, nesting is not supported, and resources must belong to exactly one group.
Estimated Time:1m 0s