An administrator is configuring backup and restore solutions for Azure Files. The environment contains a Recovery Services vault named Vault-EastUS in the East US region, and the following three storage accounts in the same region:
* `sa-prod-smb-std`: A Standard performance storage account hosting an SMB file share named `files-smb-std`. The firewall is configured to allow access from all networks.
* `sa-prod-smb-prem`: A Premium performance storage account hosting an SMB file share named `files-smb-prem`. The firewall is configured to allow access only from selected networks.
* `sa-prod-nfs-prem`: A Premium performance storage account hosting an NFS file share named `files-nfs-prem`. The firewall is configured to allow access only from selected networks.
Which two actions must the administrator perform to successfully configure backups for the supported file shares using Vault-EastUS?
- Enable the 'Allow trusted Microsoft services to access this storage account' exception in the firewall settings of sa-prod-smb-prem.Cevap
- Configure backups only for files-smb-std and files-smb-prem, as Azure Backup does not support backing up NFS file shares.Cevap
- CAssign the Backup Operator role to the administrator on the storage accounts to allow them to register the storage accounts with the Recovery Services vault.
- DEnable the 'Allow trusted Microsoft services to access this storage account' exception in the firewall settings of sa-prod-nfs-prem to enable backup of files-nfs-prem.
- ECreate a private endpoint for Vault-EastUS inside the virtual network of sa-prod-smb-prem to bypass the firewall rules.