Order | Area | TOCTitle | ContentId | PageTitle | DateApproved | MetaDescription | MetaSocialImage |
---|---|---|---|---|---|---|---|
15 |
python |
Deploy Python Apps |
12bf713e-5f20-46ac-81bb-8e05565aba3a |
Deploy Python Web Apps |
04/03/2025 |
How to deploy Python applications to Azure with Visual Studio Code |
images/tutorial/python-social.png |
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.
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 |