You have an Azure subscription that contains a Recovery Services vault named `rsv-finance-backup` and a Premium storage account named `sa-finance-prod` in the West US 2 region. The storage account hosts two file shares: `share-smb-data` (an SMB file share) and `share-nfs-repos` (an NFS file share).
The firewall of `sa-finance-prod` is configured to allow access only from selected virtual networks and IP addresses.
You need to enable Azure Backup for the file shares in `sa-finance-prod` using `rsv-finance-backup`. The configuration must adhere to the principle of least privilege.
An administrator named Admin1 is assigned the Backup Operator role for `rsv-finance-backup`.
Which configuration steps should you perform to ensure Admin1 can successfully configure the backup?
- Configure the firewall of `sa-finance-prod` to allow trusted Microsoft services to access the storage account, assign Admin1 the Contributor role on `sa-finance-prod`, and configure backup for only `share-smb-data`.Answer
- BConfigure the firewall of `sa-finance-prod` to allow trusted Microsoft services to access the storage account, assign Admin1 the Storage Blob Data Contributor role on `sa-finance-prod`, and configure backup for both `share-smb-data` and `share-nfs-repos`.
- CAdd the outbound IP addresses of `rsv-finance-backup` to the firewall of `sa-finance-prod`, assign Admin1 the Owner role on `sa-finance-prod`, and configure backup for both `share-smb-data` and `share-nfs-repos`.
- DConfigure the firewall of `sa-finance-prod` to allow trusted Microsoft services to access the storage account, assign Admin1 the Backup Operator role on `sa-finance-prod`, and configure backup for only `share-smb-data`.