diff --git a/Scheduler_Timer/function.json b/Scheduler_Timer/function.json index 1d19ac7d6733..56e4cf0cfda1 100644 --- a/Scheduler_Timer/function.json +++ b/Scheduler_Timer/function.json @@ -2,7 +2,7 @@ "bindings": [ { "name": "Timer", - "schedule": "0 */20 * * * *", + "schedule": "0 0 * * * *", "direction": "in", "type": "timerTrigger" },