Edit

Share via


Create an IP network rule for Azure Storage

You can deny all public access to your storage account and then configure Azure network settings to accept requests from specific IP address ranges. To enable traffic from specific public IP address ranges, create one or more IP network rules. To learn more, see Permit access to IP address ranges.

Create an IP network rule

  1. Go to the storage account for which you want to manage IP network rules.

  2. In the service menu, under Security + networking, select Networking.

  3. To allow traffic from IP address ranges, make sure that Enabled from selected virtual networks and IP addresses is selected.

  4. To grant access to an internet IP range, enter the IP address or address range (in CIDR format) under Firewall > Address Range.

  5. To remove an IP network rule, select the delete icon ( ) next to the address range.

  6. Select Save to apply your changes.

See also