Question

Difficulty: MediumAzure Resources, Resource Groups, Subscriptions, and Management Groups

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?

  1. A
    Create a parent resource group, and then create two nested resource groups inside it, one for each region.
  2. B
    Create two separate resource groups, because Azure resources are required to reside in the same region as their containing resource group.
  3. Create a single resource group, and deploy both the virtual machine and the storage account to it.Answer
  4. D
    Create 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

1
Analyze the requirements for resource lifecycle management and regional placement.
The firm wants to manage the virtual machine in West Europe and the storage account in North Europe as a single lifecycle unit.
This determines if they should be grouped together or separated.
2
Evaluate the rules governing Azure resource groups.
Azure resource groups are logical containers. They support resources in different regions and do not support nesting.
This helps rule out options involving nesting or mandatory regional alignment.
3
Identify the configuration that matches both the lifecycle and region requirements.
Deploying both resources to a single resource group fulfills the lifecycle grouping requirement, even though the resources are in different regions.
This confirms the correct administration choice.

Key Concept

Azure Resource Group regional independence and lifecycle management
Estimated Time:1m 0s
Rate this question