Question

Difficulty: EasyAzure Regions, Availability Zones, and Region Pairs

An administrator creates a resource group named RG-Operations and sets its location to East US. The administrator needs to deploy a virtual machine that requires low latency for users in Europe. Which statement correctly describes the regional placement constraint for the new virtual machine?

  1. A
    The virtual machine must be deployed to the East US region because all resources are required to match the location of their containing resource group.
  2. The virtual machine can be deployed to a Europe-based region, such as North Europe, even though the resource group is located in East US.Answer
  3. C
    The virtual machine must be deployed within an Availability Zone in East US, as Availability Zones allow resources to span multiple global regions.
  4. D
    The virtual machine must be deployed to the paired region of East US to guarantee low latency for users based in Europe.

Answer

The virtual machine can be deployed to a Europe-based region, such as North Europe, even though the resource group is located in East US.
The correct answer is correct because Azure resource groups only store metadata about resources. Resources within a resource group can reside in any Azure region, allowing a virtual machine to be deployed to a Europe-based region while its resource group remains in East US.

Step-by-Step Solution

1
Analyze the relationship between resource group location and resource location.
A resource group only stores metadata. Its location does not restrict the regional deployment of the actual resources inside it.
To determine if the virtual machine must be in East US.
2
Select the option that allows deploying the resource to the desired region (Europe) to minimize user latency.
The virtual machine can be placed in a Europe region directly, while metadata is stored in East US.
To satisfy the low latency requirement for European users.

Key Concept

Resource groups are logical containers that store metadata. Resources inside a resource group do not have to reside in the same Azure region as the resource group itself.
Rate this question