Skip to content

Commit a749e12

Browse files
tweak
1 parent 02c0b51 commit a749e12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.devlang: na
1414
ms.topic: article
1515
ms.tgt_pltfrm: na
1616
ms.workload: infrastructure-services
17-
ms.date: 08/08/2018
17+
ms.date: 08/10/2018
1818
ms.author: kumud
1919
---
2020

@@ -65,7 +65,7 @@ A TCP probe fails when:
6565
* The TCP listener on the instance doesn't respond at all during the timeout period. A probe is marked down based on the number of failed probe requests, which were configured to go unanswered before marking the probe down.
6666
* The probe receives a TCP reset from the instance.
6767

68-
#### ARM template
68+
#### Resource Manager template
6969

7070
```json
7171
{
@@ -94,7 +94,7 @@ An HTTP / HTTPS probe fails when:
9494
* Probe endpoint doesn't respond at all during the a 31 second timeout period. Depending on the timeout value that is set, multiple probe requests might go unanswered before the probe gets marked as not running (that is, before SuccessFailCount probes are sent).
9595
* Probe endpoint closes the connection via a TCP reset.
9696

97-
#### ARM templates
97+
#### Resource Manager templates
9898

9999
- HTTP probe
100100

0 commit comments

Comments
 (0)