Function with timer trigger stopped firing.

Kevin White 0 Reputation points
2024-04-24T10:46:23.3466667+00:00

Hi,

I have an Azure function that gets triggered by a timer every 5 minutes. This function stopped firing yesterday morning and then started firing again yesterday afternoon. I've looked in App Insights but see nothing that explains why this would have happened. Can anyone advise on how I can figure out what has happened?

Some details:

  • Using consumption plan.
  • Deployed using an Azure pipeline and ARM templates.
  • Using runtime v4
  • WEBSITE_TIME_ZONE not set.
  • CRON expressions is ("0 */5 * * * *"). We expect this function to fire every 5 minutes.
  • This function should have triggered at 09:00 UTC on 23/04/24 but didn't. I'm determining this by looking at the App Insights log, specifically the requests log using the name of the function:
  • User's image

Function app name: IoAzServicesFunctions-biwc3f4obz3n4

Thanks

Kevin

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,300 questions
{count} votes