An enterprise administrator is setting up the initial backup configuration for an Azure virtual machine with the following specifications:
- Name: vm-finance-prod
- Operating System: Red Hat Enterprise Linux 8.8
- Azure Region: East US
- Disk Type: Premium SSD (LRS)
- Recovery Services Vault: rsv-finance-prod (located in East US)
The disks of vm-finance-prod are encrypted using Azure Disk Encryption (ADE) with customer-managed keys (CMK) stored in an Azure Key Vault named kv-finance-prod (located in East US). The firewall of kv-finance-prod is enabled and configured to allow access from selected networks only.
During the initial backup configuration, the administrator notices that the backup jobs fail with an error indicating that Azure Backup cannot access the key vault.
Which configuration change should the administrator implement to resolve this issue?
- Modify the network security settings of the key vault to enable the bypass option for trusted Microsoft services.Answer
- BProvision a Recovery Services Vault in a different Azure region than the key vault to enable cross-region key replication.
- CAssign the Storage Blob Data Contributor role to the Recovery Services Vault's system-assigned managed identity on the key vault.
- DConfigure a diagnostic setting on the key vault to forward resource logs to the Recovery Services Vault.