A university IT department creates a resource group located in the East US region to manage resources for a student registration portal. An administrator wants to deploy a virtual machine within this resource group, but the virtual machine must reside in the West US region to minimize latency for western users. Which of the following statements correctly describes this deployment?
- The deployment is allowed because resources can reside in a different region than their containing resource group.Cevap
- BThe deployment will fail because all resources must be located in the same region as the resource group that contains them.
- CThe deployment is only allowed if the West US resource group is nested inside the East US resource group.
- DThe deployment will succeed, but the virtual machine will automatically inherit all tags applied to the resource group.
Cevap
The deployment is allowed because resources can reside in a different region than their containing resource group.
The correct answer is that the deployment is allowed because resources can reside in a different region than their containing resource group. Azure resource groups only store metadata about the resources they manage, meaning that the actual resources within a resource group can be located in any supported Azure region to meet latency or compliance requirements.
Adım Adım Çözüm
Anahtar Kavram
Resource groups in Azure act as logical containers for resources, and their location is only for metadata storage, allowing resources inside them to be located in different regions.