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.)
- A resource group can contain resources that are located in different Azure regions than the resource group itselfAnswer
- BA resource group can be nested inside another resource group to create a hierarchical structure
- CAll resources added to a resource group must be deployed in the same region as the resource group
- 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
Key Concept
Azure Resource Groups organization and limitations