You have an Azure subscription that contains the following resources in the North Europe region:
- A Recovery Services vault named `rsv-ne-backup`.
- A Premium storage account named `sa-hr-records` that hosts an SMB file share named `hr-documents`.
- A resource group named `rg-hr-prod` containing both resources.
The firewall for `sa-hr-records` is enabled and configured to allow access only from selected virtual networks.
An administrator named Admin1 is assigned the Storage Account Contributor role for the `sa-hr-records` storage account and the Backup Operator role for the `rsv-ne-backup` vault.
When Admin1 attempts to configure backup for the `hr-documents` file share using the `rsv-ne-backup` vault, the configuration fails because the storage account is network-isolated and inaccessible to the vault.
Which configuration change should you make to resolve the issue?
- AAdd the outbound IP addresses of the Recovery Services vault to the allowed IP ranges in the firewall settings of the storage account.
- Enable the 'Allow Azure services on the trusted services list to access this storage account' setting in the firewall configuration of the storage account.Answer
- CAssign the Storage File Data Privileged Contributor role to the managed identity of the Recovery Services vault on the storage account.
- DAssign the Backup Operator role to the system-assigned managed identity of the storage account.