pain
This commit is contained in:
parent
796757cf40
commit
44504fd4d9
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import logging
|
||||||
app = func.FunctionApp()
|
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(
|
@app.timer_trigger(
|
||||||
schedule="*/5 * * * * *",
|
schedule="*/5 * * * * *",
|
||||||
arg_name="myTimer",
|
arg_name="myTimer",
|
||||||
|
|
Loading…
Reference in a new issue