A digital marketing firm needs to deploy a campaign analysis application. The design requires a virtual machine to be deployed in the West Europe region and a storage account in the North Europe region. The company wants to manage both resources together as a single lifecycle unit. Which resource group configuration should the firm use to support this deployment?
- ACreate a parent resource group, and then create two nested resource groups inside it, one for each region.
- BCreate two separate resource groups, because Azure resources are required to reside in the same region as their containing resource group.
- Create a single resource group, and deploy both the virtual machine and the storage account to it.Answer
- DCreate a single resource group in West Europe, but the storage account deployment will fail because resources cannot be deployed to regions other than the resource group's location.
Answer
Create a single resource group, and deploy both the virtual machine and the storage account to it.
The correct configuration is to create a single resource group and deploy both resources to it. In Azure, a resource group serves as a logical container to manage resources that share the same lifecycle. Resources inside a resource group do not need to reside in the same region as the resource group itself.
Step-by-Step Solution
Key Concept
Azure Resource Group regional independence and lifecycle management
Estimated Time:1m 0s