From 494ce774679311deaff6302337760e208aa734ad Mon Sep 17 00:00:00 2001 From: Anson Date: Tue, 21 Apr 2020 17:35:21 -0700 Subject: [PATCH] fixed cron expression to run weekly --- tweet/function.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweet/function.json b/tweet/function.json index 1b6cc18..d3a27e2 100644 --- a/tweet/function.json +++ b/tweet/function.json @@ -5,7 +5,7 @@ "name": "mytimer", "type": "timerTrigger", "direction": "in", - "schedule": "0 0 * * * 1", + "schedule": "0 0 10 * * MON", "runOnStartup": true } ]