A cloud architect is designing a resource organization strategy in Azure. The architect wants to know the structural and regional limitations of Azure resource groups. Which statement correctly describes a rule for Azure resource groups?
- Azure resource groups cannot be nested inside other resource groups.Answer
- BAzure resource groups can be nested up to a maximum of three levels.
- CAzure resource groups can be nested, but the nested group must reside in the same region as the parent group.
- DAzure resource groups must only contain resources that reside in the same geographical region as the resource group itself.
Answer
Azure resource groups cannot be nested inside other resource groups.
The correct statement is that Azure resource groups cannot be nested inside other resource groups. Resource groups are designed as flat logical containers. Furthermore, resources inside a resource group do not need to reside in the same Azure region as the resource group itself.
Step-by-Step Solution
Key Concept
Azure resource groups cannot be nested, and resources within them can reside in different regions.
Estimated Time:45s