Skip to content

Commit 070bdd5

Browse files
authored
Merge pull request #103465 from anavinahar/patch-223
Update load-balancer-custom-probe-overview.md
2 parents 0c5ea4a + 16641e1 commit 070bdd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ If you use Cloud Services and have web roles that use w3wp.exe, you also achieve
123123

124124
An HTTP / HTTPS probe fails when:
125125
* Probe endpoint returns an HTTP response code other than 200 (for example, 403, 404, or 500). This will mark down the health probe immediately.
126-
* Probe endpoint doesn't respond at all during the 31-second timeout period. Multiple probe requests might go unanswered before the probe gets marked as not running and until the sum of all timeout intervals has been reached.
126+
* Probe endpoint doesn't respond at all during the minimum of the probe interval and 30-second timeout period. Multiple probe requests might go unanswered before the probe gets marked as not running and until the sum of all timeout intervals has been reached.
127127
* Probe endpoint closes the connection via a TCP reset.
128128

129129
The following illustrates how you could express this kind of probe configuration in a Resource Manager template:

0 commit comments

Comments
 (0)