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.

Azure Tools extension

Deployment tutorials

The following tutorials on the Python Azure Developer’s Center walk you though the details.

TutorialDescription
Deploy Python web apps to Azure App ServiceDeploy a web app using the Azure App Service extension.
Deploy Python containers to Azure App ServiceDeploy a Docker container using the Docker extension.
Deploy Python to Azure FunctionsDeploy serverless code using the Azure Functions extension.