A startup is designing their cloud infrastructure on Azure and needs to establish a strategy for organizing their resources, resource groups, and subscriptions.
Which of the following statements correctly describes a capability or constraint of Azure resource groups?
- AA resource group must only contain resources that are deployed in the same Azure region as the resource group's location.
- BA resource group can be nested inside another resource group to create a multi-level folder structure for resources.
- A resource group can contain resources from different Azure regions, allowing resources to reside in a different location than the resource group itself.Cevap
- DA resource group automatically applies all of its resource tags to the individual resources deployed within it.
Cevap
A resource group can contain resources from different Azure regions, allowing resources to reside in a different location than the resource group itself.
The correct statement is that a resource group can contain resources from different Azure regions. The resource group's location is only used to store metadata about the resources, and it does not restrict the physical location of the resources themselves. This allows administrators to group related resources logically even if they are deployed globally.
Adım Adım Çözüm
Anahtar Kavram
Azure Resource Group Properties and Boundaries