@@ -59,7 +59,7 @@ In this example, you'll create a TCP health probe to monitor port 80.
59
59
| Name | Enter ** myHealthProbe** . |
60
60
| Protocol | Select ** TCP** . |
61
61
| 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** . |
63
63
| Unhealthy threshold | Enter the threshold number for consecutive failures. For this example, it's the default of ** 2** . |
64
64
65
65
7 . Select ** Add** .
@@ -68,7 +68,7 @@ In this example, you'll create a TCP health probe to monitor port 80.
68
68
69
69
### Remove a TCP health probe
70
70
71
- In this example you'll remove a TCP health probe.
71
+ In this example, you'll remove a TCP health probe.
72
72
73
73
1 . Sign in to the [ Azure portal] ( https://portal.azure.com ) .
74
74
@@ -86,11 +86,11 @@ In this example you'll remove a TCP health probe.
86
86
87
87
## HTTP health probe
88
88
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.
90
90
91
- ### Add a HTTP health probe
91
+ ### Add an HTTP health probe
92
92
93
- In this example, you'll create a HTTP health probe.
93
+ In this example, you'll create an HTTP health probe.
94
94
95
95
1 . Sign in to the [ Azure portal] ( https://portal.azure.com ) .
96
96
@@ -112,16 +112,16 @@ In this example, you'll create a HTTP health probe.
112
112
| Protocol | Select ** HTTP** . |
113
113
| Port | Enter the ** TCP** port you wish to monitor. For this example, it's ** port 80** . |
114
114
| 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** . |
116
116
| Unhealthy threshold | Enter the threshold number for consecutive failures. For this example, it's the default of ** 2** . |
117
117
118
118
7 . Select ** Add** .
119
119
120
120
:::image type="content" source="./media/manage-probes-how-to/add-http-probe.png" alt-text="Screenshot of TCP probe addition.":::
121
121
122
- ### Remove a HTTP health probe
122
+ ### Remove an HTTP health probe
123
123
124
- In this example you'll remove a HTTP health probe.
124
+ In this example, you'll remove an HTTP health probe.
125
125
126
126
1 . Sign in to the [ Azure portal] ( https://portal.azure.com ) .
127
127
@@ -139,11 +139,11 @@ In this example you'll remove a HTTP health probe.
139
139
140
140
## HTTPS health probe
141
141
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.
143
143
144
- ### Add a HTTPS health probe
144
+ ### Add an HTTPS health probe
145
145
146
- In this example, you'll create a HTTPS health probe.
146
+ In this example, you'll create an HTTPS health probe.
147
147
148
148
1 . Sign in to the [ Azure portal] ( https://portal.azure.com ) .
149
149
@@ -165,16 +165,16 @@ In this example, you'll create a HTTPS health probe.
165
165
| Protocol | Select ** HTTPS** . |
166
166
| Port | Enter the ** TCP** port you wish to monitor. For this example, it's ** port 443** . |
167
167
| 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** . |
169
169
| Unhealthy threshold | Enter the threshold number for consecutive failures. For this example, it's the default of ** 2** . |
170
170
171
171
7 . Select ** Add** .
172
172
173
173
:::image type="content" source="./media/manage-probes-how-to/add-https-probe.png" alt-text="Screenshot of TCP probe addition.":::
174
174
175
- ### Remove a HTTPS health probe
175
+ ### Remove an HTTPS health probe
176
176
177
- In this example you'll remove a HTTPS health probe.
177
+ In this example, you'll remove an HTTPS health probe.
178
178
179
179
1 . Sign in to the [ Azure portal] ( https://portal.azure.com ) .
180
180
0 commit comments