Azure Function App Service Plan. Azure functions, and serverless computing, in general, is designed to accelerate and simplify application development. Both app services are in the same location and resource group.
I read microsoft documentation and they mentioned that functions that run under app service plan does not timeout. Please don’t try to change function app hosting plan from consumption to dedicated app service plan or vice versa. Be default an app service plan has only a single instance, and you will only pay for that 1 instance if you host multiple function apps, app service web apps, etc on that same plan.
There are a few prerequisites that we must be aware of before creating an azure function app.
A function running on a windows app plan, i see this: · the default timeout for v2 function apps in the. Within a function app, you can run one or more azure functions. The cheapest and optimal way to use functions is to host them via the app service consumption plan, but if there is a need to control a number of function instances or use it as a singleton, there.