Question

Difficulty: EasyAzure Resources, Resource Groups, Subscriptions, and Management Groups

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?

  1. Azure resource groups cannot be nested inside other resource groups.Answer
  2. B
    Azure resource groups can be nested up to a maximum of three levels.
  3. C
    Azure resource groups can be nested, but the nested group must reside in the same region as the parent group.
  4. D
    Azure 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

1
Identify the structural rules for organizing Azure resource groups.
Azure resource groups are flat structures and cannot be nested within one another.
To determine if hierarchical grouping of resource groups is allowed.
2
Analyze the regional rules for resources within a resource group.
Resources do not need to match the region of the resource group.
To determine if a resource group restricts resource deployment locations.

Key Concept

Azure resource groups cannot be nested, and resources within them can reside in different regions.
Estimated Time:45s
Rate this question