Question

Difficulty: HardCreate and Configure Virtual Machines

An administrator is configuring a new Azure virtual machine named VM-APP-10 in the West US region using the Azure portal. The administrator intends to enable Azure Backup on the Management tab during the creation process and associate the virtual machine with an existing Recovery Services Vault named RSV-Backup. However, RSV-Backup does not appear as an option in the Recovery Services vault dropdown list.

What is the most likely reason RSV-Backup is unavailable for selection?

  1. RSV-Backup is located in a different Azure region than the virtual machine.Answer
  2. B
    A ReadOnly resource lock is applied to the resource group containing RSV-Backup, which prevents it from being listed during VM deployment.
  3. C
    The administrator is assigned the Reader role on the resource group containing RSV-Backup and requires a data-plane role to associate the vault.
  4. D
    The storage account configured for the VM's diagnostic logs does not have the 'Allow trusted Microsoft services' bypass enabled for its firewall.

Answer

RSV-Backup is located in a different Azure region than the virtual machine.
The correct answer is correct because Azure Recovery Services Vaults are region-bound. A virtual machine deployed in West US can only be protected by a vault also deployed in West US. If the vault is in a different region, such as West US 2, it will not be listed in the dropdown selection on the Management tab during the virtual machine creation process.

Step-by-Step Solution

1
Analyze the regional constraint of the virtual machine and the Recovery Services Vault.
The virtual machine VM-APP-10 is being deployed in the West US region. A Recovery Services Vault can only back up virtual machines located within its own region.
Azure enforces regional boundaries for Recovery Services Vaults to ensure low latency and high availability during backup and restore operations.
2
Evaluate the visibility of the vault in the VM creation wizard.
Because the vault is in a different region, the wizard automatically filters it out, making it unavailable in the dropdown menu.
Filtering unavailable resources prevents the administrator from choosing an unsupported configuration during deployment.

Key Concept

Recovery Services Vault region constraints during VM creation
Rate this question