Azure Function Piority

Doaa Abd El Kader 31 Reputation points
2022-07-15T20:02:09.653+00:00

How to prioritize functions in azure app ?

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

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,936 Reputation points Moderator
    2022-07-18T14:23:26.107+00:00

    @Doaa Abd El Kader Thanks for reaching out. Unfortunately, you cannot prioritize functions in azure app service plan. In case if the app service plan runs both function app and web apps then you can create different plan, so they run on their dedicated app service plan. All the webapps, functions will be sharing the same resources under the same web app plan and there is no way to prioritize one over the other.

    In case you are looking to prioritize one function app over another then you can refer to previous discussion here.

    0 comments No comments

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.