An organization is designing its resource topology in Microsoft Azure for a new multi-tier application. The team wants to ensure their management structure is valid while minimizing administrative overhead.
Which of the following describes a valid configuration for Azure resources, resource groups, or subscriptions?
- A virtual machine is deployed in the East Asia region while its containing resource group is located in the West US region.Answer
- BA resource group named rg-backend is nested inside a parent resource group named rg-production to isolate database access.
- CA database and a web app are automatically assigned the same billing tags as their parent resource group upon creation.
- DAll resources in a resource group are restricted to the same region as the resource group to prevent cross-region network latency.
Answer
A virtual machine is deployed in the East Asia region while its containing resource group is located in the West US region.
The configuration specifying a virtual machine deployed in the East Asia region while its containing resource group is located in the West US region is correct because a resource group's location only defines where its metadata is stored. The actual resources deployed within that resource group can reside in any Azure region.
Step-by-Step Solution
Key Concept
Azure resource group locations and boundaries