I have an Azure Web App for Linux Container with PHP Web Application deployed as a single Container. This Azure Web App is running with minimum of two of instance and is setup to auto scale. This Web Application uses sticky session. Does the Azure Web App for Linux Container supports it? Is there any way I can set it up in Azure Web App for Linux Container?
Asked
Active
Viewed 812 times
0
-
Any more questions? Does it solve your problem? Please give the response. – Charles Xu Feb 25 '20 at 01:51
-
Thanks Charles. I am trying this out.I should be good for now. Thanks! – Manu Feb 25 '20 at 08:45
-
Glad to hear that! – Charles Xu Feb 25 '20 at 08:46
1 Answers
0
Of course, the Azure Web App for Linux Container supports the sticky session. But in the Web App, it calls ARR affinity, if you need the sticky session, just enable it. In addition, it's enabled in default. You can take look at the document here. You can enable it if it was disabled:

Charles Xu
- 29,862
- 2
- 22
- 39