// AZURE / APACHE
Azure · Apache
Apache httpd Require ip directives for Azure. 95,335 CIDRs, refreshed daily.
// apache_azure_allow.conf
# Azure IP Ranges # Updated: 2026-08-26 02:36:09 # 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/11 Require ip 4.192.0.0/10 Require ip 9.129.0.0/16 Require ip 9.141.0.0/16 Require ip 9.160.0.0/16 Require ip 9.163.0.0/16 Require ip 9.169.0.0/16 Require ip 9.205.0.0/16 Require ip 9.223.0.0/16 Require ip 9.234.0.0/15 Require ip 13.64.0.0/13 Require ip 13.72.64.0/18 Require ip 13.72.192.0/18 Require ip 13.73.0.0/18 … (2133 more lines)
// apache_azure_deny.conf
# Azure IP Ranges # Updated: 2026-08-26 02:36:10 # 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/11 Deny from 4.192.0.0/10 Deny from 9.129.0.0/16 Deny from 9.141.0.0/16 Deny from 9.160.0.0/16 Deny from 9.163.0.0/16 Deny from 9.169.0.0/16 Deny from 9.205.0.0/16 Deny from 9.223.0.0/16 Deny from 9.234.0.0/15 Deny from 13.64.0.0/13 Deny from 13.72.64.0/18 Deny from 13.72.192.0/18 Deny from 13.73.0.0/18 … (2134 more lines)