install odbc driver to azure app service
I am running a simple Python web app in the Azure app service that needs to acces an Azure SQL database. In order to que an Azure SQL database from python one needs to install the ODBC driver. I have done that at my local machine and it works perfectly. How do I install the ODBC driver at the Azure machine that is running my app or if it is nescessary at all? Per my experience , the Azure Web App Service Runtime is Windows system. That does not require a reload driver. I tried to access Azure SQL Database in my flask web app. You could refer to my working code. view.py from datetime import