Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,909 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How to prioritize functions in azure app ?
@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.