Question

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

An administrator is preparing to deploy several virtual machines and storage accounts to Azure. The administrator needs to organize these resources using Azure resource groups.

Which of the following statements regarding the behavior and constraints of Azure resource groups are true? (Select two.)

  1. A resource group can contain resources that are located in different Azure regions than the resource group itselfAnswer
  2. B
    A resource group can be nested inside another resource group to create a hierarchical structure
  3. C
    All resources added to a resource group must be deployed in the same region as the resource group
  4. Resources can be moved from one resource group to another resource groupAnswer

Answer

The correct statements are that a resource group can contain resources located in different Azure regions than the resource group itself, and resources can be moved from one resource group to another resource group.
The correct statements are that a resource group can contain resources located in different Azure regions than the resource group itself, and resources can be moved from one resource group to another resource group. The location of a resource group only specifies where its metadata is stored, allowing the actual resources to reside in other regions. Additionally, most Azure resources support being moved to a different resource group after deployment.

Step-by-Step Solution

1
Analyze the rule regarding resource group nesting.
Identify that resource groups cannot be nested inside each other.
In Azure, resource groups are flat logical containers directly under a subscription and cannot contain other resource groups.
2
Analyze the rule regarding resource locations and resource group locations.
Identify that resources can be located in different regions than their containing resource group.
A resource group's location is only used to store deployment metadata. The actual resources can reside in any Azure region.
3
Analyze the rule regarding resource movement.
Identify that resources can be moved between resource groups.
Azure allows the migration of many resource types between resource groups within the same or different subscriptions.

Key Concept

Azure Resource Groups organization and limitations
Rate this question