An administrator is designing a backup strategy for an Azure subscription that contains the resources listed in the following table:
| Resource Name | Resource Type | Region | Resource Group |
|---|---|---|---|
| VM-Alpha | Virtual Machine | East US | RG-A |
| VM-Beta | Virtual Machine | West US | RG-B |
| share-delta | Azure Files Share | East US | RG-A |
| db-pg-01 | Azure Database for PostgreSQL | West US | RG-B |
The administrator needs to back up all four resources. Which two actions should the administrator perform to implement a supported backup vault configuration?
- Create a Recovery Services Vault in the East US region to protect VM-Alpha and share-delta.Cevap
- Create a Backup Vault in the West US region to protect db-pg-01.Cevap
- CCreate a single Recovery Services Vault in the East US region to protect VM-Alpha, VM-Beta, and share-delta.
- DCreate a Backup Vault in the East US region to protect VM-Alpha and share-delta.
- ECreate a Recovery Services Vault in the West US region to protect db-pg-01.
Cevap
Create a Recovery Services Vault in the East US region to protect VM-Alpha and share-delta, and create a Backup Vault in the West US region to protect db-pg-01.
Creating a Recovery Services Vault in the East US region is correct because VM-Alpha and share-delta are both in the East US region and are supported by Recovery Services Vaults. Creating a Backup Vault in the West US region is correct because db-pg-01 is an Azure Database for PostgreSQL instance in the West US region, which is supported by Backup Vaults.
Adım Adım Çözüm
Anahtar Kavram
Recovery Services Vaults are used for VM and file share backups within the same region, while Backup Vaults are used for workloads like Azure Database for PostgreSQL within the same region.