Skip to content

Commit d7d36b4

Browse files
authored
Merge pull request #57779 from KumudD/healthprobeupdate
updated procedure - Create load balancer health probe
2 parents 18e1bf9 + 3439055 commit d7d36b4

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

articles/load-balancer/quickstart-create-basic-load-balancer-portal.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,11 @@ description: This quickstart shows how to create a public Basic load balancer by
44
services: load-balancer
55
documentationcenter: na
66
author: KumudD
7-
manager: jeconnoc
8-
editor: ''
9-
tags: azure-resource-manager
107
Customer intent: I want to create a Basic Load balancer so that I can load balance internet traffic to VMs.
118
ms.assetid: aa9d26ca-3d8a-4a99-83b7-c410dd20b9d0
129
ms.service: load-balancer
1310
ms.devlang: na
14-
ms.topic: hero-article
11+
ms.topic: quickstart
1512
ms.tgt_pltfrm: na
1613
ms.workload: infrastructure-services
1714
ms.date: 03/22/2018
@@ -154,6 +151,7 @@ To allow the Basic load balancer to monitor the status of your app, you use a he
154151
- **myHealthProbe** for the name of the health probe
155152
- **HTTP** for the protocol type
156153
- **80** for the port number
154+
- **Healthprobe.aspx** for the URI path. You can either replace this value with any other URI or keep the default path value of **"\\"** to get the default URI.
157155
- **15** for **Interval**, the number of seconds between probe attempts
158156
- **2** for **Unhealthy threshold**, the number of consecutive probe failures that must occur before a VM is considered unhealthy
159157

articles/load-balancer/quickstart-load-balancer-standard-public-portal.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ description: This quickstart shows how to create a Standard load balancer by usi
44
services: load-balancer
55
documentationcenter: na
66
author: KumudD
7-
manager: jeconnoc
8-
editor: ''
97
tags: azure-resource-manager
108
Customer intent: I want to create a Standard Load balancer so that I can load balance internet traffic to VMs.
119

@@ -141,6 +139,7 @@ To allow the load balancer to monitor the status of your app, you use a health p
141139
- *myHealthProbe* - for the name of the health probe.
142140
- **HTTP** - for the protocol type.
143141
- *80* - for the port number.
142+
- **Healthprobe.aspx** for the URI path. You can either replace this value with any other URI or keep the default path value of **"\\"** to get the default URI.
144143
- *15* - for number of **Interval** in seconds between probe attempts.
145144
- *2* - for number of **Unhealthy threshold** or consecutive probe failures that must occur before a VM is considered unhealthy.
146145
4. Click **OK**.

0 commit comments

Comments
 (0)