部署 Python Web 应用程序

Visual Studio Code 的Azure工具扩展可以轻松地将 Python 应用程序(包括容器)部署到Azure 应用服务,并将无服务器代码部署到Azure Functions

Azure 工具扩展

部署教程

Python Azure 开发人员中心的以下教程将引导您了解详细信息。

教程 描述 相关工具
Deploy Python web app to Azure App Service 部署一个简单的 Web 应用程序 Django
Flask
Azure CLI
Azure 应用服务
Azure 工具
Deploy Python web app with database to Azure App Service 使用 PostgreSQL 数据库部署 Web 应用程序 Django
Flask
PostgreSQL
Azure 应用服务
Azure 工具
Deploy Python containers to Azure App Service 部署 Docker 容器 Docker
Azure 应用服务
Azure 工具
Deploy Python to Azure Functions 使用 Azure Functions 部署无服务器代码 Azure Functions 核心工具
Azure Functions
Azure 工具