Soru

Zorluk: ZorAzure Resources, Resource Groups, Subscriptions, and Management Groups

An Azure resource group named RG-Prod is deployed in the East US region. An administrator deploys an Azure Virtual Machine named VM-App in the West US region and assigns it to RG-Prod. Evaluate whether the following statement is true or false: If the East US region experiences a complete service outage, VM-App will become unavailable and automatically shut down because its parent resource group is inaccessible.

Cevap: Cevap

Cevap

The statement is false. An outage in the resource group's region only affects management and control plane operations (such as metadata read/write) for that resource group, but it does not impact the runtime availability of resources deployed in other regions.
The correct answer is false because resource groups only store metadata for control plane tasks. A service outage in the resource group's region (East US) will restrict management capabilities (like creating or modifying resources within the group) but does not disrupt the running state or connectivity of the virtual machine located in the West US region.

Adım Adım Çözüm

1
Analyze the relationship between a resource group's location and the resources within it.
The resource group's location specifies where its management metadata is stored, but resources inside it can be deployed to different regions.
This establishes that the control plane (metadata) and data plane (resource runtime) are decoupled in terms of location.
2
Evaluate the impact of a regional outage in the resource group's region (East US) on the control plane.
Management operations (creating, deleting, or modifying resources in the resource group) will be temporarily unavailable.
Because the Azure Resource Manager (ARM) cannot read or write metadata in the affected region.
3
Evaluate the impact of the outage on the resource's region (West US) control and data planes.
The resource (VM-App) remains active and running in West US because its runtime host and infrastructure are unaffected by the East US outage.
Azure resources run independently of the resource group's metadata store once provisioned.

Anahtar Kavram

Azure Resource Group location dictates control plane metadata storage, not data plane runtime availability of member resources.
Bu soruyu puanla