1

Is it possible to do session persistence on Azure load balancers based on cookies, I know you can do it on Client IP but wondered about cookies?

Thanks

Norrin Rad
  • 881
  • 2
  • 18
  • 42

1 Answers1

1

It seems that Azure Load Balancer doesn't support cookie based affinity. In order to achieve that you need to use Azure Application Gateway:

https://learn.microsoft.com/en-us/azure/application-gateway/how-to-troubleshoot-application-gateway-session-affinity-issues

Thiago Custodio
  • 17,332
  • 6
  • 45
  • 90