Your company has an Azure environment with the resources shown in the following table:
| Subscription | Resource Group | Resource Name | Resource Type | Region |
|---|---|---|---|---|
| Sub-Production | RG-App-East | VM-App-East | Virtual Machine | East US |
| Sub-Production | RG-App-East | saappprod | Storage Account (Blobs) | East US |
| Sub-Production | RG-App-East | RSV-App-East | Recovery Services Vault | East US |
| Sub-Production | RG-App-East | BV-App-East | Backup Vault | East US |
| Sub-Production | RG-Backup-West | RSV-App-West | Recovery Services Vault | West US |
| Sub-Development | RG-Dev-East | VM-Dev-East | Virtual Machine | East US |
You need to configure Azure Backup for VM-App-East and enable operational backup for the blobs in saappprod.
Which two actions should you perform? (Select two.)
- Configure a backup policy in RSV-App-East and associate it with VM-App-East.Cevap
- BConfigure a backup policy in RSV-App-West and associate it with VM-App-East.
- Configure a backup policy in BV-App-East for saappprod, and assign the Storage Account Backup Contributor role to the managed identity of BV-App-East.Cevap
- DConfigure a backup policy in BV-App-East for saappprod, and assign the Contributor role on RG-App-East to the managed identity of BV-App-East.
Cevap
Configure a backup policy in RSV-App-East for VM-App-East, and configure a backup policy in BV-App-East for saappprod while assigning the Storage Account Backup Contributor role to the managed identity of BV-App-East.
To back up Azure VMs, you must use a Recovery Services Vault in the same region and subscription as the VM. In this scenario, VM-App-East is in East US, so it must be associated with RSV-App-East. For operational backup of blobs, you must use a Backup Vault in the same region, and you must assign the data-plane Storage Account Backup Contributor role to the vault's managed identity on the target storage account (saappprod) so the service has direct read and write access to the blob data.
Adım Adım Çözüm
Anahtar Kavram
Recovery Services Vaults are used for VM backups and must match the VM's region/subscription, whereas Backup Vaults are used for operational backups of blobs/disks and require direct data-plane role assignments (like Storage Account Backup Contributor) for permission authentication.