Skip to content

Commit 131e6e0

Browse files
authored
Update features.md
1 parent eb696a7 commit 131e6e0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/application-gateway/features.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,9 @@ For more information, see [WebSocket support](application-gateway-websocket.md)
106106

107107
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.
108108

109-
The only exception is when requests continue to be proxied to the deregistering instances because of gateway-managed session affinity.
110-
111109
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.
112110

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).
114112

115113
## Custom error pages
116114

0 commit comments

Comments
 (0)