// AZURE / APACHE
Azure · Apache
Apache httpd Require ip directives for Azure. 106,887 CIDRs, refreshed daily.
// apache_azure_allow.conf
# Azure IP Ranges # Updated: 2026-07-11 03:11:14 # Source: https://github.com/rezmoss/cloud-provider-ip-addresses # License: https://github.com/rezmoss/cloud-provider-ip-addresses/LICENSE # This file is generated automatically. Do not edit it directly. # Updates daily at 02:00 UTC # To restrict access to only these IPs in Apache, # add the following line to your .htaccess file or your virtual host configuration file (e.g., /etc/apache2/sites-available/000-default.conf): # Include /path/to/apache_azure_allow.conf Require ip 4.144.0.0/12 Require ip 4.160.0.0/12 Require ip 4.176.0.0/13 Require ip 4.184.0.0/20 Require ip 4.184.56.0/21 Require ip 4.184.64.0/18 Require ip 4.184.128.0/17 Require ip 4.185.0.0/16 Require ip 4.186.0.0/15 Require ip 4.188.0.0/14 Require ip 4.192.0.0/13 Require ip 4.200.0.0/15 Require ip 4.202.0.0/16 Require ip 4.203.0.0/17 Require ip 4.203.128.0/19 … (4572 more lines)
// apache_azure_deny.conf
# Azure IP Ranges # Updated: 2026-07-11 03:11:16 # Source: https://github.com/rezmoss/cloud-provider-ip-addresses # License: https://github.com/rezmoss/cloud-provider-ip-addresses/LICENSE # This file is generated automatically. Do not edit it directly. # Updates daily at 02:00 UTC # To deny access from these IPs in Apache, # add the following line to your .htaccess file or your virtual host configuration file (e.g., /etc/apache2/sites-available/000-default.conf): # Include /path/to/apache_azure_deny.conf Deny from 4.144.0.0/12 Deny from 4.160.0.0/12 Deny from 4.176.0.0/13 Deny from 4.184.0.0/20 Deny from 4.184.56.0/21 Deny from 4.184.64.0/18 Deny from 4.184.128.0/17 Deny from 4.185.0.0/16 Deny from 4.186.0.0/15 Deny from 4.188.0.0/14 Deny from 4.192.0.0/13 Deny from 4.200.0.0/15 Deny from 4.202.0.0/16 Deny from 4.203.0.0/17 Deny from 4.203.128.0/19 … (4573 more lines)