You have an Azure Storage account named prodstorage. You configure the firewall on prodstorage to restrict network access to selected virtual networks only. After applying this configuration, a scheduled Azure Backup job fails to back up the blob containers in prodstorage due to network access restrictions. Which configuration change should you make to allow Azure Backup to access the storage account?
- ACreate a Network Security Group (NSG) rule that allows inbound traffic from the AzureBackup service tag to the subnet containing the storage account.
- Select the 'Allow trusted Microsoft services to access this storage account' exception in the firewall settings.Answer
- CAssign the Storage Blob Data Reader role to the Azure Backup service principal.
- DCreate a Private DNS Zone link between the storage account's private endpoint and the Azure Backup virtual network.
Answer
Select the 'Allow trusted Microsoft services to access this storage account' exception in the firewall settings.
Selecting the 'Allow trusted Microsoft services to access this storage account' exception allows services such as Azure Backup to access the storage account even if the firewall is set to deny public network access. This is a built-in exception designed to facilitate operational tasks by trusted Azure services.
Step-by-Step Solution
Key Concept
Azure Storage Firewall Exceptions
Estimated Time:1m 0s