Python 웹 앱 배포
Visual Studio Code용 Azure Tools 확장을 사용하면 Python 애플리케이션(컨테이너 포함)을 Azure App Service에 배포하고 서버리스 코드를 Azure Functions에 배포할 수 있습니다.

배포 자습서
Python Azure 개발자 센터의 다음 자습서에서 자세한 내용을 확인할 수 있습니다.
| 튜토리얼 | 설명 | 관련 도구 |
|---|---|---|
| Python 웹 앱을 Azure App Service에 배포 | 간단한 웹 앱 배포 | Django Flask Azure CLI Azure App Service Azure Tools |
| 데이터베이스가 있는 Python 웹 앱을 Azure App Service에 배포 | PostgreSQL 데이터베이스가 있는 웹 앱 배포 | Django Flask PostgreSQL Azure App Service Azure Tools |
| Python 컨테이너를 Azure App Service에 배포 | 컨테이너 배포 | 컨테이너 도구 Azure App Service Azure Tools |
| Python을 Azure Functions에 배포 | Azure Functions로 서버리스 코드 배포 | Azure Functions Core Tools Azure Functions Azure Tools |