Jakeuj's Notes master Help

Deploy FastAPI on Azure App Service

筆記下部屬 Python Code 到 App Service 的正確姿勢

結論

gunicorn -w 4 -k uvicorn.workers.UvicornWorker --chdir src main:app

說明

Configure Azure App Service

Open the App Service that you have created by manually navigating to it.

Under Settings -> Configuration open tab General Settings of App Service

Give the Startup Command with the command to start FastAPI on Azure App Service

gunicorn -w 4 -k uvicorn.workers.UvicornWorker main:app

參照

Deploy FastAPI on Azure App Service – TutLinks

Jakeuj

PS5

  • App Service

  • Azure

  • FastAPI

  • 回首頁

本文章從點部落遷移至 Writerside

13 October 2025