azure-deployment-operations
Installation
SKILL.md
Azure Deployment Operations
Battle-tested patterns for deploying and operating Azure services in production.
Scope: Inheritable skill. Covers SWA, Container Apps, App Service, security posture, rate limiting, production checklists, and multi-subscription management.
Azure Static Web Apps (SWA)
Environment Deployment
SWA defaults to preview environments. Always specify production explicitly:
# Anti-pattern: deploys to preview environment
swa deploy
# Correct: explicitly target production
swa deploy --env production