From 47fdc1a9d739370befa6da0425cdf7ebe4aa4117 Mon Sep 17 00:00:00 2001
From: Iain-S <25081046+Iain-S@users.noreply.github.com>
Date: Wed, 10 Jul 2024 11:19:14 +0100
Subject: [PATCH] Make schedule clearer

---
 usage_function/monthly_usage/function.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usage_function/monthly_usage/function.json b/usage_function/monthly_usage/function.json
index 059b1bc..8ddd60c 100644
--- a/usage_function/monthly_usage/function.json
+++ b/usage_function/monthly_usage/function.json
@@ -2,7 +2,7 @@
   "bindings": [
     {
       "direction": "in",
-      "name": "bi-hourly_on_7th_and_8th",
+      "name": "every_other_hour_on_7th_and_8th",
       "schedule": "10 0,2,4,6,8,10,12,14,16,18,20,22 7,8 * *",
       "type": "timerTrigger"
     }