Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
1,213 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Due to PCI compliance requirements, it's necessary to block port 80 on Azure Application Gateway.
Azure Application Gateway should only receive requests on ports with a listener. If you do not want connections to come in on port 80, make sure to delete any listeners you have for HTTP or port 80.
If you want to make sure that the connections are blocked, you can use a Web Application Firewall on Application Gateway with a block on port 80 for all IPs.