An administrator restricts network access to an Azure Storage account named `sareports` by enabling access only from selected virtual networks. Following this change, Azure Backup jobs for the storage account's file shares fail with network connection errors. Which setting must the administrator configure on the storage account firewall to allow the backup operations to succeed?
- Enable the exception that allows trusted Microsoft services to access the storage account.Answer
- BAssign the Storage Blob Data Contributor role to the Azure Backup service instance.
- CAdd the public IP addresses of the regional Azure Backup service to the storage firewall allowed ranges.
- DDisable public network access entirely and configure a private endpoint for the Azure Backup service.
Answer
Enable the exception that allows trusted Microsoft services to access the storage account.
The correct setting is to enable the exception that allows trusted Microsoft services to access the storage account. When a storage account firewall is configured to restrict access to selected virtual networks, it blocks traffic from outside those networks, including other Azure services. The 'Allow trusted Microsoft services' checkbox acts as a secure bypass, enabling services like Azure Backup to interact with the storage account.
Step-by-Step Solution
Key Concept
Azure Storage Firewall Exceptions
Estimated Time:45s