An organization has deployed several resources across two Azure regions to support a distributed application. The current resource topology is configured as follows:
| Resource Name | Resource Type | Azure Region | Resource Group |
|---|---|---|---|
| `vm-frontend` | Virtual machine | North Europe | `rg-prod-ne` |
| `disk-frontend-data` | Managed disk | North Europe | `rg-prod-ne` |
| `rsv-prod-ne` | Recovery Services vault | North Europe | `rg-prod-ne` |
| `stg-ne-files` | Storage account (File Share) | North Europe | `rg-data-ne` |
| `vm-backend` | Virtual machine | West Europe | `rg-prod-we` |
| `bv-prod-we` | Backup vault | West Europe | `rg-prod-we` |
| `db-postgres-we` | Azure Database for PostgreSQL | West Europe | `rg-data-we` |
You need to configure backup for these resources. Which backup configuration is supported and will complete successfully?
- ABack up the virtual machine `vm-backend` to the Recovery Services vault `rsv-prod-ne` by enabling Cross-Region Restore (CRR).
- BBack up the managed disk `disk-frontend-data` to the Recovery Services vault `rsv-prod-ne` by assigning the Storage Blob Data Contributor role to the vault's managed identity.
- Back up the virtual machine `vm-frontend` to the Recovery Services vault `rsv-prod-ne`.Answer
- DBack up the Azure file share in `stg-ne-files` to the Recovery Services vault `rsv-prod-ne` while the storage account firewall is set to 'Enabled from selected networks' and the 'Allow trusted Microsoft services' exception is disabled.
Answer
Back up the virtual machine `vm-frontend` to the Recovery Services vault `rsv-prod-ne`.
The correct configuration is to back up the virtual machine `vm-frontend` to the Recovery Services vault `rsv-prod-ne` because both resources are in the North Europe region, and Recovery Services Vaults are the designated vault type for Azure Virtual Machine backups.
Step-by-Step Solution
Key Concept
Identifying regional constraints, vault capability matrices (Recovery Services Vault vs. Backup Vault), and storage firewall bypass configurations in Azure Backup.
Estimated Time:3m 0s