Skip to content

Commit

Permalink
change name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Laferla committed Aug 24, 2023
1 parent 55cc53c commit 89fe823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitoring_weekly/function_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Azure function timer. To alter timer cadence see function.json file
app = func.FunctionApp()

@app.function_name(name="mytimer")
@app.function_name(name="monitoring_weekly")
@app.schedule(schedule="0 5 * * MON",
arg_name="mytimer",
run_on_startup=False,
Expand Down

0 comments on commit 89fe823

Please sign in to comment.