Azure function timetrigger not fired

FrederikL 1 Reputation point
2022-11-21T21:07:12.737+00:00

I've developed an azure function (isolated - .net 6.0) with timetrigger, but for some reason my triggers are not fired.
Cron defintion is 0 * * * * * and deployed on a windows based applan.

I tried all suggestions I found on the internet

Any other suggestions?

When I ran the function locally, the trigger is fired correctly.

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

1 answer

Sort by: Most helpful
  1. MughundhanRaveendran-MSFT 12,506 Reputation points
    2022-11-29T07:45:45.433+00:00

    Hi @FrederikL ,

    Since your function is running in consumption plan, there is no option of Always on. From your observations, it appears that this issue might be caused due to improper function host startup. In order to check the function host startup issues, I would suggest you to run the "Function app down or reporting errors" detector present in the Diagnose and solve problems blade in Function portal.

    You can also check the Kusto logs of the "Traces" table present in the Log analytics workspace (it is present in the Application insights linked with the Function app). This table would provide logs about the function startup.

    265067-image.png

    Hope this helps! Feel free to reach out to me if you have any queries or concerns.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.