Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 3.01 KB

python-on-azure.md

File metadata and controls

26 lines (21 loc) · 3.01 KB
Order Area TOCTitle ContentId PageTitle DateApproved MetaDescription MetaSocialImage
15
python
Deploy Python Apps
12bf713e-5f20-46ac-81bb-8e05565aba3a
Deploy Python Web Apps
12/11/2024
How to deploy Python applications to Azure with Visual Studio Code
images/tutorial/python-social.png

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.

Azure Tools extension

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