Is it possible to disable ICMP pings to Application Gateway Standard V2 SKU?

Azure-enthusiast 40 Reputation points
2024-01-12T08:37:02.71+00:00

Is it possible to disable ICMP pings to Application Gateway Standard V2 SKU? If yes, how? Would there be an impact of workings of it?

Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
1,217 questions
{count} votes

Accepted answer
  1. Priya Kumar 1,096 Reputation points Microsoft Employee
    2024-01-12T09:03:25.3233333+00:00

    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:

    General availability: Inbound ICMPv4 pings are now supported on Azure Load Balancer | Azure updates | Microsoft Azure

    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.

    https://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-test-frontend-reachability?tabs=windows-outside%2Cping%2Cwindowsvm#usage-considerations

    Request:

    Could you try applying a NSG on the Application Gateway Subnet, which will block ICMP from Any source?

    Regards,

    Priya Kumar

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.