An IT administrator is designing an Azure deployment strategy for a new application. The architecture requires deploying virtual machines in the North Europe region and storage accounts in the West Europe region. The administrator wants to manage the lifecycle of all these resources together as a single unit and minimize administrative overhead. Which configuration represents a valid deployment topology in Azure?
- Deploy all virtual machines and storage accounts into a single resource group located in North Europe.Cevap
- BNest a resource group dedicated to West Europe resources inside a parent resource group dedicated to North Europe resources.
- CDeploy the virtual machines in a North Europe resource group, and deploy the storage accounts in a separate West Europe resource group because resources must reside in the same region as their resource group.
- DDeploy all resources in a single resource group, but migrate the storage accounts to North Europe since all resources must match the resource group's location.
Cevap
Deploy all virtual machines and storage accounts into a single resource group located in North Europe.
The correct option is to deploy all virtual machines and storage accounts into a single resource group in North Europe. Azure allows resources from different regions (such as North Europe and West Europe) to be placed in the same resource group. The location of the resource group determines where its metadata is stored, but does not restrict the location of the resources it contains.
Adım Adım Çözüm
Anahtar Kavram
Resource group location and nesting rules