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
Anahtar Kavram
Azure Resource Group location dictates control plane metadata storage, not data plane runtime availability of member resources.