An administrator is planning the deployment of a new application in Azure. The application requires virtual machines to be deployed in the East US region and a storage account to be deployed in the West US region. The administrator wants to manage all of these resources together as a single logical unit and is considering nesting resource groups to represent different application tiers. Which of the following statements correctly describes how Azure resource groups can be used to meet these requirements?
- The administrator can place all resources in a single resource group regardless of their region, but resource groups cannot be nested.Answer
- BThe administrator can nest resource groups to represent the application tiers, and resources can reside in different regions than their resource group.
- CThe administrator cannot nest resource groups, and all resources within a resource group must be deployed in the same region as the resource group.
- DThe administrator can nest resource groups to represent the application tiers, but all resources within a resource group must be deployed in the same region as the resource group.
Answer
The administrator can place all resources in a single resource group regardless of their region, but resource groups cannot be nested.
The statement expressing that resources can be placed in a single resource group regardless of their region, while noting that resource groups cannot be nested, is correct. Azure Resource Groups provide a flat logical container structure that does not support nesting. However, they allow resources from different geographical regions to be grouped together for lifecycle management.
Step-by-Step Solution
Key Concept
Azure Resource Group structure, nesting constraints, and resource location independence.
Estimated Time:1m 30s