Skip to content

Commit 9d0cab3

Browse files
committed
acrolinx
1 parent 3ca2690 commit 9d0cab3

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ In this example, you'll create a TCP health probe to monitor port 80.
5959
| Name | Enter **myHealthProbe**. |
6060
| Protocol | Select **TCP**. |
6161
| Port | Enter the **TCP** port you wish to monitor. For this example, it's **port 80**. |
62-
| Interval | Enter a interval between probe checks. For this example, it's the default of **5**. |
62+
| Interval | Enter an interval between probe checks. For this example, it's the default of **5**. |
6363
| Unhealthy threshold | Enter the threshold number for consecutive failures. For this example, it's the default of **2**. |
6464

6565
7. Select **Add**.
@@ -68,7 +68,7 @@ In this example, you'll create a TCP health probe to monitor port 80.
6868

6969
### Remove a TCP health probe
7070

71-
In this example you'll remove a TCP health probe.
71+
In this example, you'll remove a TCP health probe.
7272

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

@@ -86,11 +86,11 @@ In this example you'll remove a TCP health probe.
8686

8787
## HTTP health probe
8888

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

91-
### Add a HTTP health probe
91+
### Add an HTTP health probe
9292

93-
In this example, you'll create a HTTP health probe.
93+
In this example, you'll create an HTTP health probe.
9494

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

@@ -112,16 +112,16 @@ In this example, you'll create a HTTP health probe.
112112
| Protocol | Select **HTTP**. |
113113
| Port | Enter the **TCP** port you wish to monitor. For this example, it's **port 80**. |
114114
| Path | Enter a URI used for requesting health status. For this example, it's **/**. |
115-
| Interval | Enter a interval between probe checks. For this example, it's the default of **5**. |
115+
| Interval | Enter an interval between probe checks. For this example, it's the default of **5**. |
116116
| Unhealthy threshold | Enter the threshold number for consecutive failures. For this example, it's the default of **2**. |
117117

118118
7. Select **Add**.
119119

120120
:::image type="content" source="./media/manage-probes-how-to/add-http-probe.png" alt-text="Screenshot of TCP probe addition.":::
121121

122-
### Remove a HTTP health probe
122+
### Remove an HTTP health probe
123123

124-
In this example you'll remove a HTTP health probe.
124+
In this example, you'll remove an HTTP health probe.
125125

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

@@ -139,11 +139,11 @@ In this example you'll remove a HTTP health probe.
139139

140140
## HTTPS health probe
141141

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

144-
### Add a HTTPS health probe
144+
### Add an HTTPS health probe
145145

146-
In this example, you'll create a HTTPS health probe.
146+
In this example, you'll create an HTTPS health probe.
147147

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

@@ -165,16 +165,16 @@ In this example, you'll create a HTTPS health probe.
165165
| Protocol | Select **HTTPS**. |
166166
| Port | Enter the **TCP** port you wish to monitor. For this example, it's **port 443**. |
167167
| Path | Enter a URI used for requesting health status. For this example, it's **/**. |
168-
| Interval | Enter a interval between probe checks. For this example, it's the default of **5**. |
168+
| Interval | Enter an interval between probe checks. For this example, it's the default of **5**. |
169169
| Unhealthy threshold | Enter the threshold number for consecutive failures. For this example, it's the default of **2**. |
170170

171171
7. Select **Add**.
172172

173173
:::image type="content" source="./media/manage-probes-how-to/add-https-probe.png" alt-text="Screenshot of TCP probe addition.":::
174174

175-
### Remove a HTTPS health probe
175+
### Remove an HTTPS health probe
176176

177-
In this example you'll remove a HTTPS health probe.
177+
In this example, you'll remove an HTTPS health probe.
178178

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

0 commit comments

Comments
 (0)