How do I turn on “always-on” for an Azure Function?

前端 未结 3 1953
慢半拍i
慢半拍i 2020-12-06 04:09

I have a Function App with 3 functions, one of them timer-triggered every 2 minutes. I observed that after a while, the function stops being triggered, but restarts when I g

3条回答
  •  抹茶落季
    2020-12-06 05:01

    Azure Functions are managed together by Azure App Service which restricts always on to modes that are Basic or above (no free or shared)

    In Basic or Standard mode, you can enable Always On to keep the app loaded all the time.

提交回复
热议问题