Skip to content

Commit 9792339

Browse files
authored
Websockets update
1 parent aa21fa3 commit 9792339

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

articles/application-gateway/configuration-http-settings.md

Lines changed: 7 additions & 2 deletions
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/17/2023
99
ms.author: greglin
1010
---
1111

@@ -34,7 +34,12 @@ Please refer to TLS offload and End-to-End TLS documentation for Application Gat
3434

3535
## Connection draining
3636

37-
Connection draining helps you gracefully remove backend pool members during planned service updates. It applies to backend instances that are explicitly removed from the backend pool or during scale-in of backend instances. You can apply this setting to all members of a backend pool by enabling connection draining on the Backend Setting. It ensures that all deregistering instances of a backend pool continue to maintain existing connections and serve on-going requests for a configurable timeout and don't receive any new requests or connections.
37+
Connection draining helps you gracefully remove backend pool members during planned service updates. It applies to backend instances that are
38+
- explicitly removed from the backend pool,
39+
- removed during scale-in operations, or
40+
- reported as unhealthy by the health probes.
41+
42+
You can apply this setting to all backend pool members by enabling Connection Draining in the Backend Setting. It ensures that all deregistering instances of a backend pool continue to maintain existing connections, to serve the ongoing requests until the configured timeout value, and don't receive any new requests or connections. This is true for WebSocket connections also.
3843

3944
| Configuration Type | Value |
4045
| ---------- | ---------- |

0 commit comments

Comments
 (0)