Skip to content

Commit a835ec1

Browse files
Merge pull request #276789 from shreyabatra4/shbatr/odbc
ODBC driver support for Python
2 parents 11c7f9f + c46bf41 commit a835ec1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

articles/azure-functions/supported-languages.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,16 @@ Custom handlers are lightweight web servers that receive events from the Azure F
5353

5454
Starting with version 2.x, the runtime is designed to offer [language extensibility](https://github.com/Azure/azure-webjobs-sdk-script/wiki/Language-Extensibility). The JavaScript and Java languages in the 2.x runtime are built with this extensibility.
5555

56+
::: zone pivot="programming-language-python"
57+
## ODBC driver support
58+
This table indicates the ODBC driver support for your Python functions:
59+
60+
| Driver version | Python version |
61+
| ---- | ---- |
62+
| ODBC driver 18 | ≥ Python 3.11 |
63+
| ODBC driver 17 | ≤ Python 3.10 |
64+
65+
::: zone-end
5666
## Next steps
5767
::: zone pivot="programming-language-csharp"
5868
### [Isolated worker model](#tab/isolated-process)

0 commit comments

Comments
 (0)