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
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.