본문으로 건너뛰기

파이썬 웹 앱 배포

Visual Studio Code용 Azure Tools 확장 프로그램을 사용하면 파이썬 애플리케이션(컨테이너 포함)을 Azure App Service에 쉽게 배포하고, 서버리스 코드를 Azure Functions에 배포할 수 있습니다.

Azure Tools 확장 프로그램

배포 튜토리얼

다음은 Python Azure Developer's Center에서 제공하는 튜토리얼로, 자세한 내용을 안내합니다.

튜토리얼설명관련 도구
Azure App Service에 파이썬 웹 앱 배포간단한 웹 앱 배포Django
Flask
Azure CLI
Azure App Service
Azure Tools
Azure App Service에 데이터베이스가 있는 파이썬 웹 앱 배포PostgreSQL 데이터베이스가 있는 웹 앱 배포Django
Flask
PostgreSQL
Azure App Service
Azure Tools
Azure App Service에 파이썬 컨테이너 배포Docker 컨테이너 배포Docker
Azure App Service
Azure Tools
Azure Functions에 파이썬 배포Azure Functions로 서버리스 코드 배포Azure Functions Core Tools
Azure Functions
Azure Tools