// AZURE / APACHE
Azure · Apache
Apache httpd Require ip directives for Azure. 103,021 CIDRs, refreshed daily.
// apache_azure_allow.conf
# Azure IP Ranges # Updated: 2026-05-16 03:16:46 # 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 00: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.145.74.52/30 Require ip 4.149.254.68/30 Require ip 4.150.239.212/30 Require ip 4.151.103.92/30 Require ip 4.171.31.152/30 Require ip 4.190.136.180/30 Require ip 4.200.251.84/30 Require ip 4.202.253.100/30 Require ip 4.206.229.96/30 Require ip 4.207.242.64/30 Require ip 4.216.204.200/30 Require ip 4.218.236.160/30 Require ip 4.219.249.220/30 Require ip 4.220.138.104/30 Require ip 4.232.48.104/30 … (103006 more lines)
// apache_azure_deny.conf
# Azure IP Ranges # Updated: 2026-05-16 03:16:46 # 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 00: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.145.74.52/30 Deny from 4.149.254.68/30 Deny from 4.150.239.212/30 Deny from 4.151.103.92/30 Deny from 4.171.31.152/30 Deny from 4.190.136.180/30 Deny from 4.200.251.84/30 Deny from 4.202.253.100/30 Deny from 4.206.229.96/30 Deny from 4.207.242.64/30 Deny from 4.216.204.200/30 Deny from 4.218.236.160/30 Deny from 4.219.249.220/30 Deny from 4.220.138.104/30 Deny from 4.232.48.104/30 … (103007 more lines)