question

ZahidRasool-8915 avatar image
0 Votes"
ZahidRasool-8915 asked TravisCragg-MSFT answered

Disable port 80 on Azure Application Gateway

Due to PCI compliance requirements, it's necessary to block port 80 on Azure Application Gateway.

azure-application-gateway
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

TravisCragg-MSFT avatar image
0 Votes"
TravisCragg-MSFT answered

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.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.