Multiple Azure Function App inside same app service plan

Abhay Gupta 71 Reputation points
2021-05-15T21:16:17.06+00:00

Hello

We have a premium app service plan and we are planning to create multiple function app under it with each function app consisting of only 1 function.

I am not able to figure out all the scaling works and how the computing for resources happens. If I have want to scale 1 function app regardless of other can this happen or they will all scale.

If someone can provide guidance what is best way to identify how many function app we can have within an app service plan and how to scale each function app independently of others, it would really be helpful.

Thanks

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,856 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,126 Reputation points
    2021-05-17T13:23:23.283+00:00

    Hi @Abhay Gupta

    Welcome to Microsoft Q&A! Thanks for posting the question.

    The functions scale document covers different scaling as per your hosting plan. If you create a function on the existing app service plan then the azure function will use the app service plan allocated resources to serve the request. If you are using Dedicated Plan then you can manual/autoscale scale-out as mentioned in the document. For consumption/premium plan it is an event-driven scale-out.

    You should set autoscale on your app service plan based on different available metrics as per your requirement.


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.