Hi Muthu , yes we are good with this now..
we did specify python 3.9 at deployment time , maybe with the multiple instances it’s a requirement.
in Terraform its the site_config parameter for app service :
linux_fx_version = "PYTHON | 3.9"
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi , I have a LINUX app service plan , with
ZRS enabled and just with 3 instances ,
only 1 function app present ,in the plan ,
code is not deployed yet ,
but the success rate in getting the default happy blue function app page is about 1 in 3.
the other times i get a "Application Error"
any idea why ? or any suggestions on how to get the other 2 instances working
Hi Muthu , yes we are good with this now..
we did specify python 3.9 at deployment time , maybe with the multiple instances it’s a requirement.
in Terraform its the site_config parameter for app service :
linux_fx_version = "PYTHON | 3.9"
Amar Deepak Just a follow up on my comment and see if you are still looking for assistance.