Hosting Python APIs on Azure App Service — Linux Only, Startup Commands, ODBC Driver Names, and Installing Drivers from SSH
Coming from .NET, hosting a Python API on Azure App Service holds three surprises: Windows isn’t an option, FastAPI needs an explicit startup command, and pyodbc demands a driver name your .NET connection strings never had. This article walks through all three — including installing ODBC Driver 18 from the SSH console and making it survive restarts.