An organization manages resources across two subscriptions, Sub-Production and Sub-Development, as configured in the following table:
| Subscription | Resource Group | Resource Name | Type | Region |
|---|---|---|---|---|
| Sub-Production | rg-prod-eu | vm-web-01 | Virtual Machine | France Central |
| Sub-Production | rg-prod-eu | disk-web-data | Managed Disk | France Central |
| Sub-Production | rg-prod-eu | RSV-Central | Recovery Services Vault | Germany West Central |
| Sub-Production | rg-prod-eu | BV-Central | Backup Vault | Germany West Central |
| Sub-Development | rg-dev-de | vm-dev-01 | Virtual Machine | Germany West Central |
| Sub-Development | rg-dev-de | db-dev-pg | Azure Database for PostgreSQL | Germany West Central |
| Sub-Development | rg-dev-de | RSV-Dev | Recovery Services Vault | Germany West Central |
You must implement a backup strategy to meet the following requirements:
1. Configure backup for the vm-web-01 virtual machine.
2. Configure backup for the disk-web-data managed disk.
3. Configure backup for the db-dev-pg database.
Which two actions should you perform? (Select two.)
- Create a new Recovery Services Vault in the France Central region, and then configure backup for vm-web-01.Cevap
- Create a new Backup Vault in the France Central region, and then configure backup for disk-web-data.Cevap
- CConfigure backup for vm-web-01 by using RSV-Central.
- DConfigure backup for disk-web-data by using BV-Central.
Cevap
Create a new Recovery Services Vault in the France Central region to configure backup for the virtual machine, and create a new Backup Vault in the France Central region to configure backup for the managed disk.
To back up the virtual machine vm-web-01, you must use a Recovery Services Vault located in the same region (France Central). Since no Recovery Services Vault exists in France Central, you must create one there. Similarly, to back up the managed disk disk-web-data, you must use a Backup Vault in the same region (France Central). Since the existing Backup Vault is in Germany West Central, you must create a new Backup Vault in France Central.
Adım Adım Çözüm
Anahtar Kavram
Recovery Services Vaults and Backup Vaults support different resource types and enforce strict regional boundaries for backups.