Skip to content

Commit e87ba94

Browse files
authored
Merge pull request #178418 from asudbring/tm-probes
Changed author and inserted important note for probes
2 parents c9e7f34 + 1f73ccd commit e87ba94

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

articles/traffic-manager/traffic-manager-monitoring.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: Azure Traffic Manager endpoint monitoring | Microsoft Docs
2+
title: Azure Traffic Manager endpoint monitoring
33
description: This article can help you understand how Traffic Manager uses endpoint monitoring and automatic endpoint failover to help Azure customers deploy high-availability applications
44
services: traffic-manager
5-
author: duongau
5+
author: asudbring
66
ms.service: traffic-manager
77
ms.devlang: na
88
ms.topic: article
99
ms.tgt_pltfrm: na
1010
ms.workload: infrastructure-services
11-
ms.date: 01/22/2021
12-
ms.author: duau
11+
ms.date: 11/02/2021
12+
ms.author: allensu
1313
---
1414

1515
# Traffic Manager endpoint monitoring
@@ -129,8 +129,11 @@ The timeline in the following figure is a detailed description of the monitoring
129129
9. **Service comes back online**. The service becomes available. The endpoint keeps its Degraded status in Traffic Manager until the monitoring system does its next health check.
130130
10. **Traffic to service resumes**. Traffic Manager sends a GET request and receives a 200 OK status response. The service has returned to a healthy state. The Traffic Manager name servers are updated, and they begin to hand out the service's DNS name in DNS responses. Traffic returns to the endpoint as cached DNS responses that return other endpoints expire, and as existing connections to other endpoints are ending.
131131

132+
> [!IMPORTANT]
133+
> Traffic manager deploys multiple probes from multiple locations for each endpoint. Multiple probes increase resiliency for endpoint monitoring. Traffic manager aggregates the average health of the probes rather than rely on a singular probe instance. The redundancy of the probing system is by design. Endpoint values should be looked at holistically and not per probe. The number displayed for probe health is an average. The status should only be a concern if less than 50% (0.5) of probes publish an **up** status.
134+
132135
> [!NOTE]
133-
> Because Traffic Manager works at the DNS level, it cannot influence existing connections to any endpoint. When it directs traffic between endpoints (either by changed profile settings, or during failover or failback), Traffic Manager directs new connections to available endpoints. However, other endpoints might continue to receive traffic via existing connections until those sessions are terminated. To enable traffic to drain from existing connections, applications should limit the session duration used with each endpoint.
136+
> Because Traffic Manager works at the DNS level, it cannot influence existing connections to any endpoint. When it directs traffic between endpoints (either by changed profile settings, or during failover or failback), Traffic Manager directs new connections to available endpoints. Other endpoints might continue to receive traffic via existing connections until those sessions are terminated. To enable traffic to drain from existing connections, applications should limit the session duration used with each endpoint.
134137
135138
## Traffic-routing methods
136139

0 commit comments

Comments
 (0)