Skip to content

Commit 3683ad2

Browse files
committed
fix diagram text
1 parent ded2f8d commit 3683ad2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ There are three types of health probes:
2121
| **Probe down behavior** | All probes down, all TCP flows continue. | All probes down, all TCP flows expire. |
2222

2323
>[!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).
2525
>
2626
>
2727
>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.
117117

118118
7. Select **Add**.
119119

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.":::
121121

122122
### Remove an HTTP health probe
123123

@@ -135,7 +135,7 @@ In this example, you'll remove an HTTP health probe.
135135

136136
6. Select **Delete**.
137137

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.":::
139139

140140
## HTTPS health probe
141141

@@ -170,7 +170,7 @@ In this example, you'll create an HTTPS health probe.
170170

171171
7. Select **Add**.
172172

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.":::
174174

175175
### Remove an HTTPS health probe
176176

@@ -188,7 +188,7 @@ In this example, you'll remove an HTTPS health probe.
188188

189189
6. Select **Delete**.
190190

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.":::
192192

193193
## Next steps
194194

0 commit comments

Comments
 (0)