I have a flask-sqlalchemy project running on an Azure Web App Service plan using a Linux machine. It is connecting to an Azure SQL DB (SQL Server). Intermittently I am receiving the error below:
sqlalchemy.exc.OperationalError: (pyodbc.OperationalError) ('08S01', '[08S01] [Microsoft][ODBC Driver 17 for SQL Server]TCP Provider: Error code 0x68 (104) (SQLExecDirectW)')
This error is being raise from the execution of a select query on the database.