An IT department is organizing their new cloud infrastructure in Azure. Which of the following statements regarding Azure resource groups are correct? (Select two.)
- A resource group can contain resources located in different Azure regions.Answer
- A resource group cannot be nested inside another resource group.Answer
- CAll resources deployed to a resource group must inherit and share the same Azure region as the resource group.
- DResource groups can be nested to create a multi-level folder structure for access management.
Answer
A resource group can contain resources from different Azure regions, and a resource group cannot be nested inside another resource group.
A resource group can contain resources from different Azure regions because the resource group's location only determines where its metadata is stored, not where the resources are deployed. Additionally, Azure does not support nesting resource groups, maintaining a flat organization of resource groups directly under a subscription.
Step-by-Step Solution
Key Concept
Azure Resource Group regional and hierarchical constraints