Do Azure Web Apps use a public ip blacklist?

Tim Rogers 0 Reputation points
2025-04-24T10:25:36.55+00:00

I have a customer who has an IP that it in our web apps public site access rules. They were running for a while yesterday but today they cannot connect. Their IP is listed on Spamhaus blacklist. Would that stop them connecting to an Azure Web App website?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,948 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Alekhya Vaddepally 1,670 Reputation points Microsoft External Staff Moderator
    2025-04-24T11:20:56.2766667+00:00
    • If we have set an IP-based access restriction on our web app, and your IP address is allowed, it should usually allow access. However, if you are using a proxy, VPN, or CDN, your traffic can be rooted through an IP that is not clearly allowed.
    • While Azure does not basically block IPS depending on spamhaos or other public blacklist, some components such as Azure Front Door, App with WAF may benefit from the threats like sphemous feeds from the safety solutions of third party, or third party safety solutions. This means that even though IP is allowed in access restrictions, another security layer can reject traffic.
    • This can also cause access issues if the request is being blocked or resumed due to network-level restrictions (such as your ISP or enterprise firewall regulations). Spamhaus- Listed IPS can be blocked upwards before reaching Azure.

    You can also check:

    1. Confirm that your IP is still in the permitted list and has not changed. If you are not using a stable IP then sometimes IPS can change due to DHCP.
    2. If we are using the Azure Front Door, Application Gateway, or a WAF (web application firewall), it can be configured to block the bad IP known based on the intelligence information of danger.
    3. If the IP is on the blacklist, it is a good idea to request to remove. If the listing is not caused by malicious activity, spamhaus provides a quick removal form.

    https://learn.microsoft.com/en-us/azure/app-service/overview-access-restrictions#site-access
    https://learn.microsoft.com/en-us/azure/web-application-firewall/

    if you have any further concerns or queries, please feel free to reach out to us.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.