Unfortunately, Azure timer trigger function
cannot set Start Time
. The timer trigger runs from the current time and executes the function according to the cycle specified by the NCRONTAB expressions.
Solution:
Maybe you can use Azure logic app to solve your problem, but in this solution, you need to use Http trigger function.
First, you need to use the Recurrence trigger, this timer can specify the time to start running, and then you can specify the time interval by changing the Frequency
; then you need to use the Function connector to call your Function
.
Note:
To be able to be called by Azure logic app, you need to use http trigger.
Please refer to my azure logic app:
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…