Azure traffic manager send health probs every 2 seconds

Romesh Samarakoon 0 Reputation points
2024-01-09T08:17:55.4933333+00:00

I have configured an application gateway as a traffic manager endpoint and setup endpoint monitoring with 30 second probing interval. When I check the application gateway logs it seems the traffic manager is sending health prods every 2 or 3 second intervals which is bit strange and I cant find much insights on why this is happening so any tips will be appreciate

Azure Traffic Manager
Azure Traffic Manager
An Azure service that is used to route incoming network traffic for high performance and availability.
110 questions
Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
962 questions
{count} votes

1 answer

Sort by: Most helpful
  1. KapilAnanth-MSFT 35,251 Reputation points Microsoft Employee
    2024-01-09T10:19:33.3966667+00:00

    @Romesh Samarakoon

    Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.

    I understand that you are experiencing more number of Health Probes from Azure Traffic Manager to Azure Application Gateway (added as a endpoint).

    This is expected.

    See : How endpoint monitoring works

    Traffic Manager probes from multiple locations. The consecutive failure determines what happen within each region. That's why endpoints are receiving health probes from Traffic Manager with a higher frequency than the setting used for Probing Interval.

    This is happening as probes are arriving from different locations (and each location follows the probe configuration i.e. Probe Interval)

    Hope this helps.

    Cheers,

    Kapil.