Skip to content

Commit da576c3

Browse files
Update functions-bindings-azure-sql-output.md
1 parent fad95d0 commit da576c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -862,6 +862,8 @@ The following example shows a SQL output binding in a function.json file and a P
862862

863863
# [v2](#tab/python-v2)
864864

865+
The following is sample python code for the function_app.py file:
866+
865867
```python
866868
import json
867869
import logging
@@ -966,6 +968,8 @@ CREATE TABLE dbo.RequestLog (
966968

967969
# [v2](#tab/python-v2)
968970

971+
The following is sample python code for the function_app.py file:
972+
969973
```python
970974
from datetime import datetime
971975
import json

0 commit comments

Comments
 (0)