Question

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

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.)

  1. A resource group can contain resources that reside in different Azure regions.Answer
  2. An individual Azure resource can only belong to a single resource group at a time.Answer
  3. C
    A resource group can contain other nested resource groups to create a hierarchical management structure.
  4. D
    Any 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

1
Analyze the regional relationship between resource groups and resources.
Resource groups only store metadata in their designated region, allowing them to group resources regardless of their actual physical region.
This shows that resources in a resource group can be located in different regions.
2
Evaluate the containment and nesting rules of resource groups.
Resource groups cannot contain other resource groups, and each resource must belong to exactly one resource group.
This establishes that resource groups cannot be nested and resources cannot exist in multiple groups simultaneously.

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
Rate this question