Timer trigger for Azure Function not working as expected

Harris Kristanto 1 Reputation point
2020-06-11T23:30:09.657+00:00

Hi Team,

We have created a Function that is timer triggered, what it does is it simply invokes a Data Factory pipeline. It's supposed to be triggering once every minute between 07:00AM to 07:00PM on weekdays Sydney time (UTC+10), however I noticed that it always starts at 06:58AM and continue running until 07:19PM.

9874-capture.jpg

I have tried the following CRON expressions and they both aren't running as expected:

9859-cron-timer.jpg

Has anyone experienced a similar issue before?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,193 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,462 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Samara Soucy - MSFT 5,051 Reputation points
    2020-06-16T16:16:08.27+00:00

    Hi!

    I don't see anything with your CRON expression that could cause this. If you have a support plan, I'd suggest opening a ticket so we can look at your instance specifically. If you don't have a plan, you can send an email to my attention with a link to this thread and your subscription ID to AzCommunity(at)microsoft.com and I will assist you in getting a ticket.

    0 comments No comments