ODBC Driver 18 Not Found in Azure Function Using Python 3.11
I’m creating an Azure Function using Python 3.11 to write data to an Azure SQL database with the pyodbc
library. However, I’m running into an issue where the ODBC Driver 18 is not found. The error message I get is:
ODBC Driver 18 Not Found in Azure Function Using Python 3.11
I’m creating an Azure Function using Python 3.11 to write data to an Azure SQL database with the pyodbc
library. However, I’m running into an issue where the ODBC Driver 18 is not found. The error message I get is: