Skip to content

Commit 179a67b

Browse files
Update load-balancer-custom-probe-overview.md
1 parent 4375bd1 commit 179a67b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/load-balancer/load-balancer-custom-probe-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ The interval value determines how frequently the health probe checks for a respo
6969

7070
In order to ensure a timely response is received, health probes have built-in timeout intervals.
7171

72-
TCP probes will timeout at 60 seconds or the configured probe interval, when shorter. HTTP/S probes will timeout at 30s or the configured probe interval, when shorter. HTTP/S probes can also timeout if a connection is not established within 60s (or the probe interval, whichever comes first) - the 30s timeout applies after a connection is established.
72+
TCP probes will timeout at 60 seconds or the configured probe interval if shorter. HTTP/S probes will timeout at 30s or the configured probe interval if shorter. HTTP/S probes can also timeout if a connection is not established within 60s (or the probe interval, whichever comes first) - the 30s timeout applies after a connection is established.
7373

74-
As an example, if the probe interval is configured to 120 seconds (every 2 minutes) and the protocol selected is TCP, and no probe response is received within the first 60s, the probe will timeout and fail. If the probe interval is configured to 30 seconds and the protocol selected is TCP, and no probe response is received within 30 seconds, the probe will also timeout and fail.
74+
As an example, if a TCP health probe is configured with a probe interval of 120 seconds (every 2 minutes), and no probe response is received within the first 60s, the probe will timeout and fail. If a TCP health probe is configured with a probe interval of 30 seconds, and no probe response is received within 30 seconds, the probe will also timeout and fail.
7575

7676
## Design guidance
7777

0 commit comments

Comments
 (0)