A company implements network-level security on an Azure Storage account named stdata2026. The storage account's network access is set to 'Enabled from selected virtual networks and IP addresses', and the virtual network VNet-App and subnet Subnet-Web are added to the allowed networks list. However, virtual machines running inside Subnet-Web are unable to access the storage containers in stdata2026. You need to resolve this issue and allow the virtual machines to access the storage account over the Azure backbone network. Which configuration should you perform on Subnet-Web?
- AAssign the Storage Blob Data Reader role to the virtual machines' managed identities.
- BEnable the 'Allow trusted Microsoft services to access this storage account' setting on the storage account's firewall.
- Configure the service endpoint settings for Microsoft.Storage on the subnet properties.Cevap
- DAdd an inbound security rule to the subnet's Network Security Group (NSG) to allow traffic from the storage account.
Cevap
Configure the service endpoint settings for Microsoft.Storage on the subnet properties.
For a storage account configured with a firewall that restricts access to a specific virtual network subnet, the subnet must have the Microsoft.Storage service endpoint enabled. This ensures that the traffic originating from the subnet is routed with its virtual network identity intact so the storage account firewall can validate and permit the request.
Adım Adım Çözüm
Anahtar Kavram
Azure Storage Account Network Security and Service Endpoints