Hello @Azure-enthusiast ,
Thanks for reaching Azure Q and A platform.
Based on the query you would like to disable ICMP ping on the Application Gateway standard SKU.
The ICMP is allowed on the Public IP attached on the Application Gateway, which is the Standard Public IP.
Likewise Load Balancer, Application gateway is also a Layer 7 load balancer:
According to the document, the ICMP cannot be disabled on the Load Balancer frontend.
Usage considerations:
- ICMP pings can't be disabled and are allowed by default on Standard Public Load Balancers.
- ICMP pings with packet sizes larger than 64 bytes will be dropped, leading to timeouts.
Request:
Could you try applying a NSG on the Application Gateway Subnet, which will block ICMP from Any source?
Regards,
Priya Kumar