Deploy Python to Azure
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 |
---|---|
Deploy Python web apps to Azure App Service | Deploy a web app using the Azure App Service extension. |
Deploy Python containers to Azure App Service | Deploy a Docker container using the Docker extension. |
Deploy Python to Azure Functions | Deploy serverless code using the Azure Functions extension. |