Deploy Python Web Apps
The Azure Tools extensions for Visual Studio Code make it easy to deploy Python applications (including containers) to Azure App Service and to deploy serverless code to Azure Functions.
Deployment tutorials
The following tutorials on the Python Azure Developer's Center walk you though the details.
Tutorial | Description | Related Tools |
---|---|---|
Deploy Python web app to Azure App Service | Deploy a simple web app | Django Flask Azure CLI Azure App Service Azure Tools |
Deploy Python web app with database to Azure App Service | Deploy a web app with PostgreSQL database | Django Flask PostgreSQL Azure App Service Azure Tools |
Deploy Python containers to Azure App Service | Deploy a Docker container | Docker Azure App Service Azure Tools |
Deploy Python to Azure Functions | Deploy serverless code with Azure Functions | Azure Functions Core Tools Azure Functions Azure Tools |