A company implements an Azure Storage account named `stbackupshare` to store business data. The storage account's firewall is configured to allow access only from a subnet named `Subnet-App` within the virtual network `VNet-Core`. Azure Backup is configured to back up the file shares in `stbackupshare`, but the backup jobs fail with a network access error. Which configuration adjustment must be made to allow Azure Backup to successfully back up the files?
- Enable the exception that allows trusted Microsoft services to access the storage account in the firewall settings.Answer
- BAssign the Storage File Data Privileged Reader role to the Azure Backup service principal at the storage account level.
- CAdd the public IP addresses of the Recovery Services Vault to the firewall allowed IP ranges on the storage account.
- DConfigure a Virtual Network service endpoint for Microsoft.Backup on the Subnet-App subnet.
Answer
Enable the exception that allows trusted Microsoft services to access the storage account in the firewall settings.
Enabling the 'Allow trusted Microsoft services to access this storage account' exception allows Azure Backup to bypass the firewall rules and perform backup and restore operations securely.
Step-by-Step Solution
Key Concept
Bypassing Azure Storage firewalls for trusted Microsoft services
Estimated Time:1m 30s