function app uses only 1 instance of the 3 instances specified in the ZRS app service plan

Amar Deepak 5 Reputation points
2023-03-01T06:45:32.2533333+00:00

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

Azure App Services
Azure App Services
A feature of Azure App Service used to create and deploy scalable, mission-critical web apps.
4,577 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
2,797 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Amar Deepak 5 Reputation points
    2023-03-09T04:11:36.69+00:00

    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"

     

    1 person found this answer helpful.