You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/load-balancer/manage-probes-how-to.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ There are three types of health probes:
21
21
|**Probe down behavior**| All probes down, all TCP flows continue. | All probes down, all TCP flows expire. |
22
22
23
23
>[!IMPORTANT]
24
-
>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. Review [probe source IP address](#probe-source-ip-address) for details. To see this probe traffic within your backend instance, review [the Azure Load Balancer FAQ](./load-balancer-faqs.yml).
24
+
>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).
25
25
>
26
26
>
27
27
>Regardless of configured time-out threshold, HTTP(S) load balancer health probes will automatically mark the instance as down if the server returns any status code that isn't HTTP 200 OK or if the connection is terminated via TCP reset.
@@ -117,7 +117,7 @@ In this example, you'll create an HTTP health probe.
117
117
118
118
7. Select **Add**.
119
119
120
-
:::image type="content" source="./media/manage-probes-how-to/add-http-probe.png" alt-text="Screenshot of TCP probe addition.":::
120
+
:::image type="content" source="./media/manage-probes-how-to/add-http-probe.png" alt-text="Screenshot of HTTP probe addition.":::
121
121
122
122
### Remove an HTTP health probe
123
123
@@ -135,7 +135,7 @@ In this example, you'll remove an HTTP health probe.
135
135
136
136
6. Select **Delete**.
137
137
138
-
:::image type="content" source="./media/manage-probes-how-to/remove-http-probe.png" alt-text="Screenshot of TCP probe removal.":::
138
+
:::image type="content" source="./media/manage-probes-how-to/remove-http-probe.png" alt-text="Screenshot of HTTP probe removal.":::
139
139
140
140
## HTTPS health probe
141
141
@@ -170,7 +170,7 @@ In this example, you'll create an HTTPS health probe.
170
170
171
171
7. Select **Add**.
172
172
173
-
:::image type="content" source="./media/manage-probes-how-to/add-https-probe.png" alt-text="Screenshot of TCP probe addition.":::
173
+
:::image type="content" source="./media/manage-probes-how-to/add-https-probe.png" alt-text="Screenshot of HTTPS probe addition.":::
174
174
175
175
### Remove an HTTPS health probe
176
176
@@ -188,7 +188,7 @@ In this example, you'll remove an HTTPS health probe.
188
188
189
189
6. Select **Delete**.
190
190
191
-
:::image type="content" source="./media/manage-probes-how-to/remove-https-probe.png" alt-text="Screenshot of TCP probe removal.":::
191
+
:::image type="content" source="./media/manage-probes-how-to/remove-https-probe.png" alt-text="Screenshot of HTTPS probe removal.":::
0 commit comments