AI AGENT ADDONS

Python Appservice Deploy

microsoft/azure-skills

Python web apps like Flask, Django, and FastAPI can be deployed to Azure App Service Linux quickly. This skill handles everything from creating a resource group to setting the right startup command. You just need to provide your app name. It smartly picks defaults for region, subscription, and plan so you don't have to guess. After deployment, it stops and prints a useful message. No manual verification or extra steps required.

Use this when you want to move your Python code to the cloud. It works with standard frameworks and even generic Python apps. The skill checks for an azure.yaml file to decide the best deployment method. It also sets necessary environment variables like SCM_DO_BUILD_DURING_DEPLOYMENT to ensure your app builds correctly.

Add Python Appservice Deploy skill to your workflow

Global

mkdir -p ~/.claude/skills/python-appservice-deploy

Project

mkdir -p .claude/skills/python-appservice-deploy

Source Repository

Stars
1,241
Forks
195
Watchers
1,241
License
MIT
Last Push
1 month ago
Created
5 months ago