Skip to content

Commit e7aa756

Browse files
committed
update
1 parent 120b73a commit e7aa756

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: application-gateway
66
author: greg-lindsay
77
ms.service: application-gateway
88
ms.topic: article
9-
ms.date: 02/25/2022
9+
ms.date: 03/24/2023
1010
ms.author: greglin
1111
ms.custom: devx-track-azurepowershell
1212
---
@@ -168,7 +168,7 @@ The access log is generated only if you've enabled it on each Application Gatewa
168168
|httpVersion | HTTP version of the request. |
169169
|receivedBytes | Size of packet received, in bytes. |
170170
|sentBytes| Size of packet sent, in bytes.|
171-
|clientResponseTime| Length of time (in **seconds**) that it takes for the first byte of a client request to be processed and the first byte sent in the response to the client. |
171+
|clientResponseTime| Time difference (in **seconds**) between first byte received from the backend to first byte sent to the client. |
172172
|timeTaken| Length of time (in **seconds**) that it takes for the first byte of a client request to be processed and its last-byte sent in the response to the client. 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. |
173173
|WAFEvaluationTime| Length of time (in **seconds**) that it takes for the request to be processed by the WAF. |
174174
|WAFMode| Value can be either Detection or Prevention |

articles/application-gateway/features.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: greg-lindsay
66
ms.service: application-gateway
77
ms.topic: conceptual
8-
ms.date: 09/13/2022
8+
ms.date: 03/24/2023
99
ms.author: greglin
1010
---
1111

@@ -104,6 +104,8 @@ For more information, see [WebSocket support](application-gateway-websocket.md)
104104

105105
Connection draining helps you achieve graceful removal of backend pool members during planned service updates. This setting is enabled via the backend http setting and can be applied to all members of a backend pool during rule creation. Once enabled, Application Gateway ensures all deregistering instances of a backend pool don't receive any new request while allowing existing requests to complete within a configured time limit. This applies to both backend instances that are explicitly removed from the backend pool by a user configuration change, and backend instances that are reported as unhealthy as determined by the health probes. The only exception to this are requests bound for deregistering instances, which have been deregistered explicitly, because of gateway-managed session affinity and continues to be proxied to the deregistering instances.
106106

107+
Connection draining is invoked for every single update to the gateway. To prevent connection loss to existing members of the backend pool, make sure to enable connection draining.
108+
107109
For more information, see [Application Gateway Configuration Overview](configuration-http-settings.md#connection-draining).
108110

109111
## Custom error pages

0 commit comments

Comments
 (0)