部署Python Web应用程序

Azure Tools 扩展使得在 Visual Studio Code 中轻松将 Python 应用程序(包括容器)部署到 Azure App Service,并将无服务器代码部署到 Azure Functions

Azure Tools 扩展

部署教程

以下教程在Python Azure 开发者中心中详细介绍了相关内容。

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