@@ -5,7 +5,7 @@ author: mbender-ms
55ms.author : mbender
66ms.service : load-balancer
77ms.topic : how-to
8- ms.date : 03/02 /2022
8+ ms.date : 08/28 /2022
99ms.custom : template-how-to # Required; leave this attribute/value as-is.
1010---
1111
@@ -60,12 +60,9 @@ In this example, you'll create a TCP health probe to monitor port 80.
6060 | Protocol | Select ** TCP** . |
6161 | Port | Enter the ** TCP** port you wish to monitor. For this example, it's ** port 80** . |
6262 | Interval | Enter an interval between probe checks. For this example, it's the default of ** 5** . |
63- | Unhealthy threshold | Enter the threshold number for consecutive failures. For this example, it's the default of ** 2** . |
6463
65647 . Select ** Add** .
6665
67- :::image type="content" source="./media/manage-probes-how-to/add-tcp-probe.png" alt-text="Screenshot of TCP probe addition.":::
68-
6966### Remove a TCP health probe
7067
7168In this example, you'll remove a TCP health probe.
@@ -113,12 +110,9 @@ In this example, you'll create an HTTP health probe.
113110 | Port | Enter the ** TCP** port you wish to monitor. For this example, it's ** port 80** . |
114111 | Path | Enter a URI used for requesting health status. For this example, it's ** /** . |
115112 | Interval | Enter an interval between probe checks. For this example, it's the default of ** 5** . |
116- | Unhealthy threshold | Enter the threshold number for consecutive failures. For this example, it's the default of ** 2** . |
117113
1181147 . Select ** Add** .
119115
120- :::image type="content" source="./media/manage-probes-how-to/add-http-probe.png" alt-text="Screenshot of HTTP probe addition.":::
121-
122116### Remove an HTTP health probe
123117
124118In this example, you'll remove an HTTP health probe.
@@ -166,12 +160,9 @@ In this example, you'll create an HTTPS health probe.
166160 | Port | Enter the ** TCP** port you wish to monitor. For this example, it's ** port 443** . |
167161 | Path | Enter a URI used for requesting health status. For this example, it's ** /** . |
168162 | Interval | Enter an interval between probe checks. For this example, it's the default of ** 5** . |
169- | Unhealthy threshold | Enter the threshold number for consecutive failures. For this example, it's the default of ** 2** . |
170163
1711647 . Select ** Add** .
172165
173- :::image type="content" source="./media/manage-probes-how-to/add-https-probe.png" alt-text="Screenshot of HTTPS probe addition.":::
174-
175166### Remove an HTTPS health probe
176167
177168In this example, you'll remove an HTTPS health probe.
0 commit comments