Your company has an Azure environment with two subscriptions and multiple resource groups. The resources are configured as shown in the following table:
| Resource Name | Type | Subscription | Resource Group | Region |
|---|---|---|---|---|
| `vm-retail-prod` | Virtual machine | `Sub-Prod` | `rg-retail-prod` | North Europe |
| `disk-retail-data` | Managed disk | `Sub-Prod` | `rg-retail-data` | West Europe |
| `bv-retail-ne` | Backup Vault | `Sub-Shared` | `rg-shared-infra` | North Europe |
| `rsv-retail-we` | Recovery Services Vault | `Sub-Shared` | `rg-shared-infra` | West Europe |
You need to implement a backup solution that meets the following requirements:
1. Back up the virtual machine `vm-retail-prod` using a vault in the same region as the VM.
2. Back up the managed disk `disk-retail-data` using native Azure disk backup.
Which combination of vaults should you use to back up these resources?
- Create a new Recovery Services Vault in North Europe for the virtual machine, and create a new Backup Vault in West Europe for the managed disk.Cevap
- BCreate a new Recovery Services Vault in North Europe for the virtual machine, and use `bv-retail-ne` for the managed disk.
- CUse `bv-retail-ne` for the virtual machine, and create a new Backup Vault in West Europe for the managed disk.
- DUse `rsv-retail-we` for the virtual machine, and use `rsv-retail-we` for the managed disk.
Cevap
Create a new Recovery Services Vault in North Europe for the virtual machine, and create a new Backup Vault in West Europe for the managed disk.
The correct configuration requires matching both the resource type and the region. Azure Virtual Machines must be backed up to a Recovery Services Vault located in the same region (North Europe). Since the existing Recovery Services Vault is in West Europe, a new one must be created in North Europe. Standalone Azure Disks must be backed up to a Backup Vault located in the same region (West Europe). Since the existing Backup Vault is in North Europe, a new one must be created in West Europe.
Adım Adım Çözüm
Anahtar Kavram
Azure backup vault types and regional alignment constraints