While connecting to azure SQL database with python azure function getting an error below
ODBC Driver 17 for SQL Server]Communication link failure (0) (SQLExecDirectW)' . Azure function and sql databasein same resource group and same region. Any idea about this issue?
using from .sqlclient import SqlClientStore and pyodbc to connection