Skip to content

Commit fb25aed

Browse files
authored
Merge pull request #124984 from ArieHein/Spelling-Wave-4
Spelling Fixes - Wave 4
2 parents fb29f3d + a056c15 commit fb25aed

17 files changed

+22
-22
lines changed

articles/application-gateway/application-gateway-private-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ To create a route table and associate it to the Application Gateway subnet:
335335

336336
2. Select **Routes** and create the next hop rule for 0.0.0.0/0 and configure the destination to be the IP address of your VM:
337337

338-
[ ![Screenshot of adding default route to network virtual applicance.](./media/application-gateway-private-deployment/default-route-nva.png) ](./media/application-gateway-private-deployment/default-route-nva.png#lightbox)
338+
[ ![Screenshot of adding default route to network virtual appliance.](./media/application-gateway-private-deployment/default-route-nva.png) ](./media/application-gateway-private-deployment/default-route-nva.png#lightbox)
339339

340340
3. Select **Subnets** and associate the route table to the Application Gateway subnet:
341341

articles/application-gateway/application-gateway-troubleshooting-502.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Validate that the Custom Health Probe is configured correctly, as shown in the p
123123
* Ensure that the probe is correctly specified as per the [guide](application-gateway-create-probe-ps.md).
124124
* If the application gateway is configured for a single site, by default the Host name should be specified as `127.0.0.1`, unless otherwise configured in custom probe.
125125
* Ensure that a call to http://\<host\>:\<port\>\<path\> returns an HTTP result code of 200.
126-
* Ensure that Interval, Timeout, and UnhealtyThreshold are within the acceptable ranges.
126+
* Ensure that Interval, Timeout, and UnhealthyThreshold are within the acceptable ranges.
127127
* If using an HTTPS probe, make sure that the backend server doesn't require SNI by configuring a fallback certificate on the backend server itself.
128128
129129
## Request time-out

articles/application-gateway/configure-application-gateway-with-private-frontend-ip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: greglin
1515
Azure Application Gateway Standard v1 can be configured with an Internet-facing VIP or with an internal endpoint that isn't exposed to the Internet. An internal endpoint uses a private IP address for the frontend, which is also known as an *internal load balancer (ILB) endpoint*.
1616

1717
> [!NOTE]
18-
> Application Gateway v1 is being retired. See the [v1 retiredment announcement](/azure/application-gateway/v1-retirement).<br>
18+
> Application Gateway v1 is being retired. See the [v1 retirement announcement](/azure/application-gateway/v1-retirement).<br>
1919
> To configure a v2 application gateway with a private frontend IP address, see [Private Application Gateway deployment](/azure/application-gateway/application-gateway-private-deployment).
2020
2121
Configuring the gateway using a frontend private IP address is useful for internal line-of-business applications that aren't exposed to the Internet. It's also useful for services and tiers within a multi-tier application that are in a security boundary that isn't exposed to the Internet but:

articles/application-gateway/create-url-route-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Review the settings on the **Review + create** tab, and then select **Create** t
198198
199199
3. Change the URL to *http://&lt;ip-address&gt;:8080/images/test.htm*, replacing &lt;ip-address&gt; with the public IP address of **myAppGateway**, and you should see something like the following example:
200200
201-
![Screenshow of test images URL in application gateway](./media/application-gateway-create-url-route-portal/application-gateway-iistest-images.png)
201+
![Screenshot of test images URL in application gateway](./media/application-gateway-create-url-route-portal/application-gateway-iistest-images.png)
202202
203203
The listener on port 8080 routes this request to the *Images* backend pool.
204204

articles/application-gateway/deploy-basic-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Use IIS to test the application gateway:
225225
2. Copy the public IP address, and then paste it into the address bar of your browser to browse that IP address.
226226
3. Check the response. A valid response verifies that the application gateway was successfully created and can successfully connect with the backend.
227227
228-
![A screenshow displaying a successful test of the application gateway.](./media/application-gateway-create-gateway-portal/application-gateway-iistest.png)
228+
![A screenshot displaying a successful test of the application gateway.](./media/application-gateway-create-gateway-portal/application-gateway-iistest.png)
229229
230230
Refresh the browser multiple times and you should see connections to both myVM and myVM2.
231231

articles/application-gateway/for-containers/custom-health-probe.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The following properties make up custom health probes:
2929
| timeout | How long in seconds the request should wait until it's marked as a failure. The minimum interval must be > 0 seconds. |
3030
| healthyThreshold | Number of health probes before marking the target endpoint healthy. The minimum interval must be > 0. |
3131
| port | The port number used when probing the backend target. |
32-
| unhealthyTreshold | Number of health probes to fail before the backend target should be labeled unhealthy. The minimum interval must be > 0. |
32+
| unhealthyThreshold | Number of health probes to fail before the backend target should be labeled unhealthy. The minimum interval must be > 0. |
3333
| grpc | Specified if the backend service is expecting gRPC connections. The value must be `{}`. |
3434
| (http) | Specified if the backend service is expecting http connections. |
3535
| (http) host | The hostname specified in the request to the backend target. |
@@ -51,8 +51,8 @@ When the default health probe is used, the following values for each health prob
5151
| -------- | ------------- |
5252
| interval | 5 seconds |
5353
| timeout | 30 seconds |
54-
| healthyTrehshold | 1 probe |
55-
| unhealthyTreshold | 3 probes |
54+
| healthyThreshold | 1 probe |
55+
| unhealthyThreshold | 3 probes |
5656
| port | The port number used is defined by the backend port number in the Ingress resource or HttpRoute backend port in the HttpRoute resource. |
5757
| (http) host | localhost |
5858
| (http) path | / |

articles/application-gateway/for-containers/how-to-header-rewrite-gateway-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ In this example, we look for the user agent used by the Bing search engine and s
172172
This example also demonstrates addition of a new header called `AGC-Header-Add` with a value of `AGC-value` and removes a request header called `client-custom-header`.
173173

174174
> [!TIP]
175-
> For this example, while we can use the HTTPHeaderMatch of "Exact" for a string match, a demonstration is used in regular expression for illistration of further capabilities.
175+
> For this example, while we can use the HTTPHeaderMatch of "Exact" for a string match, a demonstration is used in regular expression for illustration of further capabilities.
176176

177177
```bash
178178
kubectl apply -f - <<EOF

articles/application-gateway/for-containers/how-to-header-rewrite-ingress-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ In this example, we set a static user-agent with a value of `rewritten-user-agen
173173
This example also demonstrates addition of a new header called `AGC-Header-Add` with a value of `AGC-value` and removes a request header called `client-custom-header`.
174174

175175
> [!TIP]
176-
> For this example, while we can use the HTTPHeaderMatch of "Exact" for a string match, a demonstration is used in regular expression for illistration of further capabilities.
176+
> For this example, while we can use the HTTPHeaderMatch of "Exact" for a string match, a demonstration is used in regular expression for illustration of further capabilities.
177177

178178
```bash
179179
kubectl apply -f - <<EOF

articles/application-gateway/for-containers/migrate-from-agic-to-agc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ Application Gateway for Containers implementation
329329
330330
#### [Header rewrite in Gateway API](how-to-header-rewrite-ingress-api.md)
331331
332-
In Gateway API, you define a RequestHeaderModifer match and filter to rewrite the request.
332+
In Gateway API, you define a RequestHeaderModifier match and filter to rewrite the request.
333333
334334
#### [Header rewrite in Ingress API](how-to-header-rewrite-ingress-api.md)
335335

articles/application-gateway/for-containers/prometheus-grafana.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ In this section, we enter Grafana default dashboards.
132132

133133
4. After entering your user credentials, refer to the Grafana introduction.
134134
5. Select on the left side bar to access default dashboards under dashboards.
135-
![A screenshot of Dafault Grafana Dashboard.](./media/prometheus-grafana/grafana-default.png)
135+
![A screenshot of Default Grafana Dashboard.](./media/prometheus-grafana/grafana-default.png)
136136

137137
## Graph Prometheus metrics on Grafana
138138

0 commit comments

Comments
 (0)