Configuring vNet Whitelisting for Azure Storage Accounts with Restricted Network Access

To avoid network or permissions errors when configuring Azure workloads with Storage Accounts that allow access only from specific subnets or IP addresses—even if those IPs are whitelisted—you must ensure proper vNet whitelisting.

For more information, refer to Azure Storage Account network security documentation

Before You Begin

  • Ensure you have the necessary permissions to modify network and firewall settings on the Azure Storage Account.

  • Identify the subnets or IP addresses that require access to the storage account.

Procedure

  1. Go to https://portal.azure.com and sign in with your credentials.

  2. In the left navigation pane, select Storage accounts.

  3. Click on the storage account you want to configure.

  4. Go to the Networking tab.

  5. To restrict access to only the specified virtual networks and IP addresses, under Network connectivity, select Enable public access from selected virtual networks and IP addresses.

  6. In the Virtual networks section, select the appropriate Virtual network subscription.

  7. From the Virtual network dropdown, select the virtual network that should have access to the storage account.

  8. Specify any public IP addresses or address ranges that should have access, if needed.

  9. Click Save to apply the network and firewall settings.

Loading...