An administrator is managing an Azure subscription that includes a virtual network named VNet1. VNet1 contains two subnets: Subnet1 and Subnet2. The administrator configures a storage account named storageapp2026 with the firewall set to allow access from 'Selected networks'. Subnet1 has the 'Microsoft.Storage' service endpoint enabled, and the storage account firewall explicitly allows access from Subnet1. Subnet2 contains a private endpoint for the blob service of storageapp2026, which is integrated with a private DNS zone named privatelink.blob.core.windows.net. When the administrator configures Azure Backup to protect the blob containers in storageapp2026, the backup jobs fail with network connectivity errors. Which configuration change should the administrator implement to resolve the backup failure while maintaining the highest level of network security?
- Enable the 'Allow trusted Microsoft services to access this storage account' exception on the storage account firewall.Answer
- BConfigure a Virtual Network link on the private DNS zone to link it to the Azure Backup service virtual network.
- CAssign the Storage Blob Data Contributor role to the backup vault's managed identity at the storage account level.
- DAdd the public IP addresses of the Azure Backup vault to the firewall IP routing rules of the storage account.