When creating a new Azure resource group, you must specify a region (location) for it. Which of the following statements correctly describes how this location relates to the resources placed within the group?
- AAll resources added to the resource group must be deployed in the same region as the resource group.
- BResources in other regions can be included only by nesting region-specific resource groups inside the main resource group.
- The resource group location specifies where the metadata is stored, and resources inside it can be located in any Azure region.Cevap
- DResources can be in different regions, but the resource group must be duplicated and nested across those regions.
Cevap
The resource group location determines where the metadata is stored, and the resources inside the group can reside in any Azure region.
The correct option is that the resource group's location specifies where its metadata is stored, while the actual resources inside the group can reside in any Azure region. This allows resource groups to act as logical containers for related resources, even if they are distributed globally.
Adım Adım Çözüm
Anahtar Kavram
Azure Resource Group location, metadata storage, and resource location independence