Skip to content

Commit fad95d0

Browse files
Update functions-bindings-azure-sql-input.md
1 parent 4b7278e commit fad95d0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn to use the Azure SQL input binding in Azure Functions.
44
author: JetterMcTedder
55
ms.topic: reference
66
ms.custom: build-2023, devx-track-extended-java, devx-track-js, devx-track-python, devx-track-ts
7-
ms.date: 6/20/2024
7+
ms.date: 6/26/2024
88
ms.author: bspendolini
99
ms.reviewer: glenga
1010
zone_pivot_groups: programming-languages-set-functions
@@ -818,6 +818,8 @@ The following example shows a SQL input binding in a function.json file and a Py
818818

819819
# [v2](#tab/python-v2)
820820

821+
The following is sample python code for the function_app.py file:
822+
821823
```python
822824
import json
823825
import logging
@@ -899,6 +901,8 @@ The following example shows a SQL input binding in a Python function that is [tr
899901

900902
# [v2](#tab/python-v2)
901903

904+
The following is sample python code for the function_app.py file:
905+
902906
```python
903907
import json
904908
import logging
@@ -986,6 +990,8 @@ The stored procedure `dbo.DeleteToDo` must be created on the database. In this
986990

987991
# [v2](#tab/python-v2)
988992

993+
The following is sample python code for the function_app.py file:
994+
989995
```python
990996
import json
991997
import logging

0 commit comments

Comments
 (0)