azure-app-service-best-practices
✓Best practices for Azure App Service web app development, configuration, and operations. Use when reviewing/optimizing App Service configs, implementing security patterns (Managed Identity, Key Vault), optimizing performance (cold starts, scaling), setting up production deployments (slots, CI/CD, health checks), cost optimization, or troubleshooting. Triggers on "best practices", "recommendations", "patterns", "how should I configure".
Installation
SKILL.md
| 1 | Security | CRITICAL | security- | | 2 | Reliability | CRITICAL | reliability- | | 3 | Performance | HIGH | perf- | | 4 | Deployment | HIGH | deploy- | | 5 | Configuration | MEDIUM | config- | | 6 | Cost Optimization | MEDIUM | cost- | | 7 | Monitoring | MEDIUM | monitor- |
| security-managed-identity | Use Managed Identity instead of credentials in app settings | | security-https-only | Enforce HTTPS-only connections | | security-keyvault-refs | Store secrets in Key Vault with app setting references | | security-min-tls | Require TLS 1.2 minimum | | security-disable-ftp | Disable FTP/FTPS deployments |
| security-auth-provider | Use built-in authentication (Easy Auth) when applicable | | security-vnet-integration | Use VNet integration for backend service access | | security-private-endpoints | Use private endpoints for sensitive workloads |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/seligj95/azure-app-service-skills --skill azure-app-service-best-practices- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is azure-app-service-best-practices?
Best practices for Azure App Service web app development, configuration, and operations. Use when reviewing/optimizing App Service configs, implementing security patterns (Managed Identity, Key Vault), optimizing performance (cold starts, scaling), setting up production deployments (slots, CI/CD, health checks), cost optimization, or troubleshooting. Triggers on "best practices", "recommendations", "patterns", "how should I configure". Source: seligj95/azure-app-service-skills.
How do I install azure-app-service-best-practices?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/seligj95/azure-app-service-skills --skill azure-app-service-best-practices Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/seligj95/azure-app-service-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-05