I would like to know if adding a new web and configuring backend pools, backend settings, listeners, and rules in the production environment will affect other online systems or not.

SITTIKORN KAWEWAT 20 Reputation points
2025-11-06T11:18:47.1433333+00:00

I would like to know if adding a new web and configuring backend pools, backend settings, listeners, and rules in the production environment will affect other online systems or not.

Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Divyesh Govaerdhanan 10,150 Reputation points
    2025-11-11T22:32:45.24+00:00

    Hello,

    Welcome to Microsoft Q&A,

    There should be no disruption if the Connection Draining feature is enabled on your application gateway.

    Azure Application Gateway supports a connection draining feature, which can be enabled via HTTP settings. You can set up connection draining to change members within a backend pool without disruption.

    Connection draining helps you achieve graceful removal of backend pool members during planned service updates. 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 user-initiated configuration change. Connection draining is invoked for every single update to the gateway.

    The only exception is when requests continue to be proxied to the deregistering instances because of gateway-managed session affinity.

    It is highly recommended to make changes to the Application gateway during a maintenance window to avoid any unforeseen issues/events.

    Additional reference: https://learn.microsoft.com/en-us/azure/application-gateway/application-gateway-faq#does-application-gateway-support-connection-draining

    Please Upvote and accept the answer if it helps!!

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.