Question

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

A startup is designing their cloud infrastructure on Azure and needs to establish a strategy for organizing their resources, resource groups, and subscriptions.

Which of the following statements correctly describes a capability or constraint of Azure resource groups?

  1. A
    A resource group must only contain resources that are deployed in the same Azure region as the resource group's location.
  2. B
    A resource group can be nested inside another resource group to create a multi-level folder structure for resources.
  3. A resource group can contain resources from different Azure regions, allowing resources to reside in a different location than the resource group itself.Answer
  4. D
    A resource group automatically applies all of its resource tags to the individual resources deployed within it.

Answer

A resource group can contain resources from different Azure regions, allowing resources to reside in a different location than the resource group itself.
The correct statement is that a resource group can contain resources from different Azure regions. The resource group's location is only used to store metadata about the resources, and it does not restrict the physical location of the resources themselves. This allows administrators to group related resources logically even if they are deployed globally.

Step-by-Step Solution

1
Analyze the relationship between resource group location and resource location.
The resource group location determines where deployment metadata is stored. It does not restrict the region where resources within that group can be deployed.
To verify if resources are geographically bound to their containing resource group.
2
Evaluate whether resource groups support hierarchical nesting.
Resource groups cannot contain other resource groups; nesting is not supported in Azure.
To determine the structural limits of resource group nesting.
3
Assess tag propagation behaviors from resource groups to individual resources.
Tags applied to a resource group do not automatically inherit down to the resources inside that group.
To confirm if tag inheritance is a native capability of resource groups.
4
Combine findings to identify the correct statement.
The statement describing the ability of a resource group to contain resources from different regions is correct.
To match the verified Azure resource group behaviors with the options provided.

Key Concept

Azure Resource Group Properties and Boundaries
Rate this question