Skip to content

Commit c7c8eca

Browse files
authored
Merge pull request #57791 from KumudD/revert-57779-healthprobeupdate
Revert "updated procedure - Create load balancer health probe "
2 parents 45950e8 + bd6afd5 commit c7c8eca

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ 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
710
Customer intent: I want to create a Basic Load balancer so that I can load balance internet traffic to VMs.
811
ms.assetid: aa9d26ca-3d8a-4a99-83b7-c410dd20b9d0
912
ms.service: load-balancer
1013
ms.devlang: na
11-
ms.topic: quickstart
14+
ms.topic: hero-article
1215
ms.tgt_pltfrm: na
1316
ms.workload: infrastructure-services
1417
ms.date: 03/22/2018
@@ -151,7 +154,6 @@ To allow the Basic load balancer to monitor the status of your app, you use a he
151154
- **myHealthProbe** for the name of the health probe
152155
- **HTTP** for the protocol type
153156
- **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.
155157
- **15** for **Interval**, the number of seconds between probe attempts
156158
- **2** for **Unhealthy threshold**, the number of consecutive probe failures that must occur before a VM is considered unhealthy
157159

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ 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: ''
79
tags: azure-resource-manager
810
Customer intent: I want to create a Standard Load balancer so that I can load balance internet traffic to VMs.
911

@@ -139,7 +141,6 @@ To allow the load balancer to monitor the status of your app, you use a health p
139141
- *myHealthProbe* - for the name of the health probe.
140142
- **HTTP** - for the protocol type.
141143
- *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.
143144
- *15* - for number of **Interval** in seconds between probe attempts.
144145
- *2* - for number of **Unhealthy threshold** or consecutive probe failures that must occur before a VM is considered unhealthy.
145146
4. Click **OK**.

0 commit comments

Comments
 (0)