azure-webapp-deploy
Installation
SKILL.md
Azure Web App Deploy
Overview
Use this skill to help an agent deploy a web app through the house Azure pattern: container image -> ACR -> Azure App Service -> optional Cloudflare hostname.
This is not a one-shot wizard. Work with the user in phases, ask for missing choices, and use the scripts as independent noninteractive helpers.
Interaction Model
- Ask the user for decisions that are not safely inferable.
- Do not invent a public domain name without user approval.
- Prefer a deployable default only when the repo or user has already provided a clear target.
- Keep scripts agent-first: JSON output,
--no-input, dry-run/planning before state changes. - Keep runtime secrets out of GitHub. Use Azure Key Vault references in App Service settings.