An administrator manages an Azure subscription named `sub-retail-prod` that contains the resources shown in the following table:
| Resource Name | Type | Region |
|---|---|---|
| `rsv-emea-01` | Recovery Services Vault | West Europe |
| `bv-emea-01` | Backup Vault | West Europe |
| `vm-app-01` | Virtual Machine | North Europe |
| `vm-web-02` | Virtual Machine | West Europe |
| `disk-db-01` | Managed Disk (attached to `vm-web-02`) | West Europe |
| `stemea01` | Storage Account | West Europe |
The administrator needs to configure backup for these resources.
Which configuration can be successfully implemented?
- ABack up `vm-app-01` to `rsv-emea-01`.
- Back up `disk-db-01` to `bv-emea-01`.Answer
- CBack up file shares in `stemea01` to `bv-emea-01`.
- DBack up blob containers in `stemea01` to `bv-emea-01` by assigning the Owner role on the storage account to the vault's managed identity.
Answer
Back up `disk-db-01` to `bv-emea-01`.
Backing up the managed disk to the Backup Vault is supported because Azure Managed Disks must be backed up to a Backup Vault rather than a Recovery Services Vault, and both the disk and the vault reside in the same region (West Europe).
Step-by-Step Solution
Key Concept
Recovery Services Vault vs. Backup Vault capability and regional alignment constraints