You manage an Azure environment that includes a Recovery Services vault named `rsv-prod-eastus` in the East US region. Your department has a Premium storage account named `stfinprod` in the East US region. This storage account hosts two file shares:
1. `sharesmb` - an SMB-based file share.
2. `sharenfs` - an NFS-based file share.
The networking configuration of `stfinprod` has firewalls and virtual networks enabled, with access restricted to selected networks only. An administrator named Admin1 needs to configure Azure Backup for the file shares in `stfinprod` using the existing Recovery Services vault. Currently, Admin1 has only the `Backup Operator` role assigned on `rsv-prod-eastus` and the `Reader` role assigned on `stfinprod`.
You need to ensure that Admin1 can configure the backup successfully while maintaining the firewall restrictions on the storage account.
Which three of the following actions should you perform? (Select three.)
- In the firewall settings of `stfinprod`, enable the option to allow trusted Microsoft services to access the storage account.Answer
- Assign Admin1 the `Storage Account Contributor` role on `stfinprod` and the `Backup Contributor` role on `rsv-prod-eastus`.Answer
- Configure backup only for the `sharesmb` file share, as Azure Backup does not support backups for NFS file shares.Answer
- DDisable the storage account firewall on `stfinprod`, as Azure Backup cannot bypass firewall rules for Azure Files.
- EAssign Admin1 the `Storage File Data Privileged Reader` role on `stfinprod` and keep the `Backup Operator` role on `rsv-prod-eastus`.
- FConfigure backup for both `sharesmb` and `sharenfs` since both are hosted on a Premium storage account.