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 Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,888 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,905 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.

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.