A company has an Azure Storage account that is configured to allow network access only from 'Selected virtual networks and IP addresses'. An administrator needs to ensure that the Azure Backup service can successfully access the storage account to perform backup operations. Which network configuration change should the administrator apply to the storage account?
- AAssign the Storage Blob Data Owner role to the Azure Backup service principal.
- BCreate a Network Security Group (NSG) rule to allow inbound traffic from the Azure Backup service tag.
- Enable the exception that allows trusted Microsoft services to access the storage account.Answer
- DEnable a service endpoint for Microsoft.Storage on the subnet containing the Azure Backup vault.
Answer
Enable the exception that allows trusted Microsoft services to access the storage account.
Enabling the exception to allow trusted Microsoft services to access the storage account is the correct configuration. When a storage account firewall is enabled, Azure services that are defined as trusted, such as Azure Backup, can bypass the firewall restrictions if this exception is checked.
Step-by-Step Solution
Key Concept
Bypassing Azure Storage firewall rules for trusted Microsoft services to ensure managed platform services can access the storage data.
Estimated Time:45s