Skip to content

Commit f138cef

Browse files
authored
ODBC driver support
1 parent 7548971 commit f138cef

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/azure-functions/supported-languages.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ 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+
## Additional notes
57+
58+
### ODBC driver support
59+
60+
For Python 3.10 and earlier versions, ODBC Driver 17 is supported.
61+
For Python 3.11, ODBC Driver 18 is supported.
62+
5663
## Next steps
5764
::: zone pivot="programming-language-csharp"
5865
### [Isolated worker model](#tab/isolated-process)

0 commit comments

Comments
 (0)