Skip to content

Commit 1a53032

Browse files
committed
fix typo
1 parent 0f11cf8 commit 1a53032

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/application-gateway/application-gateway-diagnostics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can monitor Azure Application Gateway resources in the following ways:
1818

1919
* [Logs](#diagnostic-logging): Logs allow for performance, access, and other data to be saved or consumed from a resource for monitoring purposes.
2020

21-
* [Metrics](application-gateway-metrics.md): Application Gateway has several metrics which help you verify that your system is performing as expected.
21+
* [Metrics](application-gateway-metrics.md): Application Gateway has several metrics that help you verify your system is performing as expected.
2222

2323
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
2424

@@ -246,7 +246,7 @@ The access log is generated only if you've enabled it on each Application Gatewa
246246
|sentBytes| Size of packet sent, in bytes.|
247247
|timeTaken| Length of time (in milliseconds) that it takes for a request to be processed and its response to be sent. This is calculated as the interval from the time when Application Gateway receives the first byte of an HTTP request to the time when the response send operation finishes. It's important to note that the Time-Taken field usually includes the time that the request and response packets are traveling over the network. |
248248
|sslEnabled| Whether communication to the backend pools used TLS/SSL. Valid values are on and off.|
249-
|host| The hostname with which the request has been sent to the backend server. If backend hostname is being overridden, this name will reflect that.|
249+
|host| The hostname with which the request has been sent to the backend server. If backend hostname is being overridden, this name reflects that.|
250250
|originalHost| The hostname with which the request was received by the Application Gateway from the client.|
251251

252252
```json

articles/application-gateway/features.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ For more information, see [Application Gateway redirect overview](redirect-overv
8888

8989
## Session affinity
9090

91-
The cookie-based session affinity feature is useful when you want to keep a user session on the same server. By using gateway-managed cookies, the Application Gateway can direct subsequent traffic from a user session to the same server for processing. This is important in cases where session state is saved locally on the server for a user session.
91+
The cookie-based session affinity feature is useful when you want to keep a user session on the same server. Using gateway-managed cookies, the Application Gateway can direct subsequent traffic from a user session to the same server for processing. This is important in cases where session state is saved locally on the server for a user session.
9292

9393
For more information, see [How an application gateway works](how-application-gateway-works.md#modifications-to-the-request).
9494

@@ -102,7 +102,7 @@ For more information, see [WebSocket support](application-gateway-websocket.md)
102102

103103
## Connection draining
104104

105-
Connection draining helps you achieve graceful removal of backend pool members during planned service updates or problems with backend health. This setting is enabled via the [Backend Setting](configuration-http-settings.md) and is applied to all backend pool members during rule creation. Once enabled, the aplication gateway ensures all deregistering instances of a backend pool don't receive any new requests while allowing existing requests to complete within a configured time limit. It applies to cases where backend instances are:
105+
Connection draining helps you achieve graceful removal of backend pool members during planned service updates or problems with backend health. This setting is enabled via the [Backend Setting](configuration-http-settings.md) and is applied to all backend pool members during rule creation. Once enabled, the application gateway ensures all deregistering instances of a backend pool don't receive any new requests while allowing existing requests to complete within a configured time limit. It applies to cases where backend instances are:
106106
- explicitly removed from the backend pool after a configuration change by a user
107107
- reported as unhealthy by the health probes, or
108108
- removed during a scale-in operation
@@ -127,7 +127,7 @@ HTTP headers allow the client and server to pass additional information with the
127127
- Removing response header fields that can reveal sensitive information.
128128
- Stripping port information from X-Forwarded-For headers.
129129

130-
Application Gateway and WAF v2 SKU supports the capability to add, remove, or update HTTP request and response headers, while the request and response packets move between the client and backend pools. You can also rewrite URLs, query string parameters and host name. With URL rewrite and URL path-based routing, you can choose to either route requests to one of the backend pools based on the original path or the rewritten path, using the re-evaluate path map option.
130+
Application Gateway and WAF v2 SKU supports the capability to add, remove, or update HTTP request and response headers, while the request and response packets move between the client and backend pools. You can also rewrite URLs, query string parameters and host name. With URL rewrite and URL path-based routing, you can choose to either route requests to one of the backend pools based on the original path or the rewritten path, using the reevaluate path map option.
131131

132132
It also provides you with the capability to add conditions to ensure the specified headers or URL are rewritten only when certain conditions are met. These conditions are based on the request and response information.
133133

0 commit comments

Comments
 (0)