Skip to content

Commit 0ec6f92

Browse files
committed
updates & acrolinx - manage-probes
1 parent fd1e1ab commit 0ec6f92

File tree

5 files changed

+13
-21
lines changed

5 files changed

+13
-21
lines changed

articles/load-balancer/manage-probes-how-to.md

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ author: mbender-ms
55
ms.author: mbender
66
ms.service: azure-load-balancer
77
ms.topic: how-to
8-
ms.date: 06/26/2024
8+
ms.date: 12/06/2024
99
ms.custom: template-how-to
1010
---
1111

1212
# Manage health probes for Azure Load Balancer using the Azure portal
1313

14-
Azure Load Balancer uses health probes to monitor the health of backend instances. In this article, you'll learn how to manage health probes for Azure Load Balancer.
14+
Azure Load Balancer uses health probes to monitor the health of backend instances. In this article, you learn how to manage health probes for Azure Load Balancer.
1515

1616
There are three types of health probes:
1717

@@ -25,11 +25,11 @@ Health probes have the following properties:
2525
| Health Probe configuration | Details |
2626
| --- | --- |
2727
| Name | Name of the health probe. This is a name you get to define for your health probe |
28-
| Protocol | Protocol of health probe. This is the protocol type you would like the health probe to leverage. Available options are: TCP, HTTP, HTTPS |
28+
| Protocol | Protocol of health probe. This is the protocol type you would like the health probe to use. Available options are: TCP, HTTP, HTTPS |
2929
| Port | Port of the health probe. The destination port you would like the health probe to use when it connects to the virtual machine to check the virtual machine's health status. You must ensure that the virtual machine is also listening on this port (that is, the port is open). |
3030
| Interval (seconds) | Interval of health probe. The amount of time (in seconds) between consecutive health check attempts to the virtual machine |
3131
| Used by | The list of load balancer rules using this specific health probe. You should have at least one rule using the health probe for it to be effective |
32-
| Path | The URI used for requesting health status from the virtual machine instance by the health probe (only applicable for HTTP(s) probes).
32+
| Path | The URI used for requesting health status from the virtual machine instance by the health probe (only applicable for HTTPs probes).
3333

3434
>[!IMPORTANT]
3535
>Load Balancer health probes originate from the IP address 168.63.129.16 and must not be blocked for probes to mark your instance as up. To see this probe traffic within your backend instance, review [the Azure Load Balancer FAQ](./load-balancer-faqs.yml).
@@ -45,11 +45,11 @@ Health probes have the following properties:
4545

4646
## TCP health probe
4747

48-
In this section, you'll learn how to add and remove a TCP health probe. A public load balancer is used in the examples.
48+
In this section, you learn how to add and remove a TCP health probe. A public load balancer is used in the examples.
4949

5050
### Add a TCP health probe
5151

52-
In this example, you'll create a TCP health probe to monitor port 80.
52+
In this example, you create a TCP health probe to monitor port 80.
5353

5454
1. Sign in to the [Azure portal](https://portal.azure.com).
5555

@@ -61,8 +61,6 @@ In this example, you'll create a TCP health probe to monitor port 80.
6161

6262
5. Select **+ Add** in **Health probes** to add a probe.
6363

64-
:::image type="content" source="./media/manage-probes-how-to/add-probe.png" alt-text="Screenshot of the health probes page for Azure Load Balancer":::
65-
6664
6. Enter or select the following information in **Add health probe**.
6765

6866
| Setting | Value |
@@ -76,7 +74,7 @@ In this example, you'll create a TCP health probe to monitor port 80.
7674

7775
### Remove a TCP health probe
7876

79-
In this example, you'll remove a TCP health probe.
77+
In this example, you remove a TCP health probe.
8078

8179
1. Sign in to the [Azure portal](https://portal.azure.com).
8280

@@ -90,15 +88,13 @@ In this example, you'll remove a TCP health probe.
9088

9189
6. Select **Delete**.
9290

93-
:::image type="content" source="./media/manage-probes-how-to/remove-tcp-probe.png" alt-text="Screenshot of TCP probe removal.":::
94-
9591
## HTTP health probe
9692

97-
In this section, you'll learn how to add and remove an HTTP health probe. A public load balancer is used in the examples.
93+
In this section, you learn how to add and remove an HTTP health probe. A public load balancer is used in the examples.
9894

9995
### Add an HTTP health probe
10096

101-
In this example, you'll create an HTTP health probe.
97+
In this example, you create an HTTP health probe.
10298

10399
1. Sign in to the [Azure portal](https://portal.azure.com).
104100

@@ -110,8 +106,6 @@ In this example, you'll create an HTTP health probe.
110106

111107
5. Select **+ Add** in **Health probes** to add a probe.
112108

113-
:::image type="content" source="./media/manage-probes-how-to/add-probe.png" alt-text="Screenshot of the health probes page for Azure Load Balancer":::
114-
115109
6. Enter or select the following information in **Add health probe**.
116110

117111
| Setting | Value |
@@ -126,7 +120,7 @@ In this example, you'll create an HTTP health probe.
126120

127121
### Remove an HTTP health probe
128122

129-
In this example, you'll remove an HTTP health probe.
123+
In this example, you remove an HTTP health probe.
130124

131125
1. Sign in to the [Azure portal](https://portal.azure.com).
132126

@@ -140,15 +134,13 @@ In this example, you'll remove an HTTP health probe.
140134

141135
6. Select **Delete**.
142136

143-
:::image type="content" source="./media/manage-probes-how-to/remove-http-probe.png" alt-text="Screenshot of HTTP probe removal.":::
144-
145137
## HTTPS health probe
146138

147-
In this section, you'll learn how to add and remove an HTTPS health probe. A public load balancer is used in the examples.
139+
In this section, you learn how to add and remove an HTTPS health probe. A public load balancer is used in the examples.
148140

149141
### Add an HTTPS health probe
150142

151-
In this example, you'll create an HTTPS health probe.
143+
In this example, you create an HTTPS health probe.
152144

153145
1. Sign in to the [Azure portal](https://portal.azure.com).
154146

@@ -176,7 +168,7 @@ In this example, you'll create an HTTPS health probe.
176168

177169
### Remove an HTTPS health probe
178170

179-
In this example, you'll remove an HTTPS health probe.
171+
In this example, you remove an HTTPS health probe.
180172

181173
1. Sign in to the [Azure portal](https://portal.azure.com).
182174

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)