An administrator is configuring the initial backup for an Azure virtual machine named `vm-prod-app01`. The virtual machine is configured as follows:
* Operating System: Red Hat Enterprise Linux 9.4
* Location: West US 3 region
* Disks: One OS disk (Premium SSD v1), and two data disks (Premium SSD v2)
* Virtual Network: Associated with a Network Security Group (NSG) that blocks all outbound internet access via a rule at priority
You have already deployed a Recovery Services Vault named `rsv-backup-prod01` in the West US 3 region.
You need to configure Azure Backup for `vm-prod-app01` to meet these requirements. The solution must follow the principle of least privilege and minimize administrative overhead.
Which configuration should you implement?
- Configure the backup using an Enhanced backup policy, and create an outbound NSG rule with a priority of that allows traffic to the AzureBackup service tag.Answer
- BConfigure the backup using an Enhanced backup policy, and create an outbound NSG rule with a priority of that allows traffic to the AzureBackup service tag.
- CRedeploy the Recovery Services Vault in the West US region to host the backup, and configure the backup using an Enhanced backup policy.
- DConfigure the backup using an Enhanced backup policy, configure a staging storage account in West US 3, and disable 'Allow trusted Microsoft services to access this storage account' on the staging storage account firewall.