python-appservice-deploy
Deploy Python (Flask/Django/FastAPI) code to Azure App Service Linux. WHEN: "Flask App Service", "Django App Service", "FastAPI App Service", "deploy Python to App Service". DO NOT USE FOR: Container Apps, Functions, non-Python, Terraform/Bicep/IaC, full infra — use azure-prepare.
- installs 8w
- 113,550
- 30-day movement
- starts with the next reading
- Related entries
- 1
- Connections
- 0
An agent skill that deploys Python code (Flask, Django, FastAPI, or generic) to Azure App Service Linux, creating the resource group, plan, and web app if they don't exist. It bundles reference files covering app creation, CLI and azd deployment paths, startup commands, error triage, and transient retry handling.
Reach for it when you want an agent to push a Python web app to App Service Linux with sensible defaults and minimal prompting.
Use it to
- Deploy a Flask app to App Service Linux
- Deploy a Django or FastAPI app via az CLI or azd
- Create missing resource group, plan, and web app during deploy
- Triage post-deploy errors using the symptom-to-fix matrix
- Configure startup commands for the deployed app
For Developers deploying Python web apps to Azure App Service
- Host repository
- microsoft/azure-skills
- Version
- 1.1.1
- Installs, lifetime
- 189k
- Installs, 8 weeks
- 114k
- Licence
- MIT
- Host stars
- 1,486
- Host language
- Shell