You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/application-gateway/features.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,11 +106,9 @@ For more information, see [WebSocket support](application-gateway-websocket.md)
106
106
107
107
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 explicitly removed from the backend pool after a configuration change by a user.
108
108
109
-
The only exception is when requests continue to be proxied to the deregistering instances because of gateway-managed session affinity.
110
-
111
109
The connection draining is honored for WebSocket connections as well. 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.
112
110
113
-
For information on time limits, see [Backend Settings configuration](configuration-http-settings.md#connection-draining).
111
+
For more details, see [Backend Settings configuration](configuration-http-settings.md#connection-draining).
0 commit comments