Your company has an Azure subscription named Sub-Enterprise-Ops that contains the resources shown in the following table:
| Resource Name | Resource Type | Region | Resource Group |
|---|---|---|---|
| vm-orders-01 | Virtual Machine | West US | rg-ops-01 |
| sa-records-01 | Storage Account (Blobs) | East US | rg-data-01 |
| rsv-west-01 | Recovery Services Vault | West US | rg-ops-01 |
| bv-east-01 | Backup Vault | East US | rg-data-01 |
| rsv-east-01 | Recovery Services Vault | East US | rg-data-01 |
You need to configure backup for vm-orders-01 and the blob containers in sa-records-01. Which configuration should you use?
- Back up vm-orders-01 to rsv-west-01, assign the Storage Blob Data Contributor role to the managed identity of bv-east-01, and back up the blob containers in sa-records-01 to bv-east-01.Answer
- BBack up vm-orders-01 to rsv-east-01, assign the Storage Blob Data Contributor role to the managed identity of bv-east-01, and back up the blob containers in sa-records-01 to bv-east-01.
- CBack up vm-orders-01 to rsv-west-01, and back up the blob containers in sa-records-01 to bv-east-01 without additional role assignments by relying on subscription-level Owner permissions.
- DBack up vm-orders-01 to rsv-east-01, and back up the blob containers in sa-records-01 to rsv-west-01.
Answer
Back up vm-orders-01 to the Recovery Services Vault in West US, assign the Storage Blob Data Contributor role to the managed identity of the Backup Vault in East US, and back up the blob containers in sa-records-01 to that Backup Vault.
The correct configuration respects both regional and vault type requirements. Virtual machines must be backed up to a Recovery Services Vault in the same region, meaning the VM in West US must use the Recovery Services Vault in West US. Storage account blob backups are managed via Backup Vaults, requiring the Backup Vault and the storage account to be in the same region (East US). Additionally, because Azure Backup requires data-plane access to target storage accounts, the Backup Vault's managed identity must be granted the Storage Blob Data Contributor role.
Step-by-Step Solution
Key Concept
Azure Backup regional alignment and vault compatibility constraints