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.
Global
mkdir -p ~/.claude/skills/python-appservice-deployProject
mkdir -p .claude/skills/python-appservice-deploySource Repository
Azure Deploymicrosoft/azure-skills
Run Azure deployment commands with error recovery for already-prepared apps
Azure Preparemicrosoft/azure-skills
Generate Azure infrastructure code and config files for deployment preparation
Azure Storagemicrosoft/azure-skills
Store files, messages, and data with Azure Storage services easily.
Azure Validatemicrosoft/azure-skills
Validate your Azure deployment with thorough preflight checks on all prerequisites
Azure Resource Lookupmicrosoft/azure-skills
Find any Azure resource across subscriptions and groups easily
Azure Aigatewaymicrosoft/azure-skills
Govern your AI models and tools with Azure API Management gateway
Azure Resource Visualizermicrosoft/azure-skills
Map your Azure resources with clear architecture diagrams in minutes
Azure Rbacmicrosoft/azure-skills
Find the least privilege Azure RBAC role and generate CLI and Bicep code