Session persistence more than 30min?

Nick Paramonov 51 Reputation points
2020-09-23T12:04:23.67+00:00

Hi,

Is it possible to set session persistence on Azure Load Balancing Rule to more than 30 minutes?

Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
506 questions
{count} votes

Accepted answer
  1. GitaraniSharma-MSFT 50,021 Reputation points Microsoft Employee Moderator
    2020-09-24T08:12:42.78+00:00

    Hello @Nick Paramonov ,

    Azure Load Balancer has an idle timeout setting of 4 minutes to 30 minutes. By default, it is set to 4 minutes. And 30 minutes is the maximum available limit of TCP idle timeout at the moment.
    Please refer : https://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-tcp-idle-timeout#tcp-idle-timeout
    https://feedback.azure.com/forums/217313-networking/suggestions/18823588-increase-idle-timeout-on-internal-load-balancers-t#{toggle_previous_statuses}

    If you wish you may leave your feedback here requesting this feature. All the feedback you share in these forums will be monitored and reviewed by the Microsoft engineering teams responsible for building Azure.

    However, you can use Standard Load Balancer to enable TCP Reset on Idle for a given rule. Enabling this feature will cause Load Balancer to send bidirectional TCP Resets (TCP RST packet) on idle timeout. This will inform your application endpoints that the connection has timed out and is no longer usable. Endpoints can immediately establish a new connection if needed.
    Please refer : https://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-tcp-reset

    Kindly let us know if the above helps or you need further assistance on this issue.

    ----------------------------------------------------------------------------------------------------------------

    Please don’t forget to close the thread by clicking "Accept the answer" wherever the information provided helps you, as this can be beneficial to other community members.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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