From 44504fd4d9d3bf5958d90a608203e8a92f1337ae Mon Sep 17 00:00:00 2001 From: Pagwin Date: Thu, 6 Feb 2025 18:07:13 -0500 Subject: [PATCH] pain --- src/data/azure_function_timer/function_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/azure_function_timer/function_app.py b/src/data/azure_function_timer/function_app.py index e187b10..e904959 100644 --- a/src/data/azure_function_timer/function_app.py +++ b/src/data/azure_function_timer/function_app.py @@ -7,7 +7,7 @@ import logging app = func.FunctionApp() -# https://techcommunity.microsoft.com/blog/adforpostgresql/connect-from-function-app-with-managed-identity-to-azure-database-for-postgresql/1517032 +# https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-table?tabs=isolated-process%2Ctable-api%2Cextensionv3&pivots=programming-language-python#output @app.timer_trigger( schedule="*/5 * * * * *", arg_name="myTimer",