Skip to content

Commit c3d6403

Browse files
Update functions-bindings-azure-sql-output.md
1 parent 22c655f commit c3d6403

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/azure-functions/functions-bindings-azure-sql-output.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -972,6 +972,8 @@ import json
972972
import logging
973973
import azure.functions as func
974974

975+
app = func.FunctionApp()
976+
975977
@app.function_name(name="PostToDo")
976978
@app.route(route="posttodo")
977979
@app.sql_output(arg_name="todoItems",

0 commit comments

Comments
 (0)