python-appservice-deploy

Agent skill from microsoft/azure-skills.

microsoft ↓ 78k
Claude Code
View source ↗

What it does

  • ⛔ SHELL SAFETY — for --runtime always use "PYTHON:3.14" (colon). Never "PYTHON|3.14" (pipe is a shell operator).
  • ⛔ NEVER az webapp up — deprecated. Use Step 7 commands.
  • ✅ URL FORMAT — present endpoints as https://... URLs.

Requirements & configuration

Configuration: SCM_DO_BUILD_DURING_DEPLOYMENT

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

python-appservice-deploy FAQ

What does the python-appservice-deploy skill do?

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. ⛔ SHELL SAFETY — for --runtime always use "PYTHON:3.14" (colon). Never "PYTHON|3.14" (pipe is a shell operator). ⛔ NEVER az webapp up — deprecated. Use Step 7 commands.

What does python-appservice-deploy require?

Configuration keys: SCM_DO_BUILD_DURING_DEPLOYMENT.

How do I install python-appservice-deploy?

Run: npx -y skills add https://github.com/microsoft/azure-skills --skill python-appservice-deploy --agent claude-code — the source lives at github.com/microsoft/azure-skills.

Maintain python-appservice-deploy?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

python-appservice-deploy on getagentictools
[![python-appservice-deploy on getagentictools](https://getagentictools.com/badge/skills/microsoft-azure-skills-python-appservice-deploy.svg)](https://getagentictools.com/skills/microsoft-azure-skills-python-appservice-deploy?ref=badge)
npx agentictools info skills/microsoft-azure-skills-python-appservice-deploy

The second line is the CLI lookup for this page — handy in READMEs and docs.