Open thombrink opened 6 years ago
Please set WEBSITE_TIME_ZONE for the function app following instructions here cron-time-zones. Let me know if you still do not see an issue
The problem didn't occur again. But the cron time zones you are referring to, state that the default time zone is UTC. That doesn't explain the weird execution at 23:59 instead of 19:00.
We recently added troubleshooting guide for timer issues - Investigating-and-reporting-issues-with-timer-triggered-functions-not-firing. Please take a look at it and share the details mentioned in "Reporting your issue" section.
Oke thank you! If it happens again, I will do that. You can close this issue now.
Investigative information
Please provide the following:
Repro steps
Expected behavior
The function should run at 19:00 every day.
Actual behavior
The function ran at 23:59 yesterday.
Known workarounds
Related information
I used Visual Studio to create and deploy the Azure Function and wrote it in C#.