AI AGENT ADDONS

Deploy your app to Azure with just a few commands. This skill runs azd up, azd deploy, terraform apply, and az deployment for applications that are already set up. It has built-in error recovery so your deployment keeps going even if something goes wrong.

You must first prepare your app using the azure-prepare skill. Then validate it with azure-validate. Only after that can you use this deploy skill. It follows a clear checklist to make sure everything is ready.

This skill is for pushing updates or going live. It does not create new apps or infrastructure. Use it when you say things like "run azd up", "push to production", or "go live".

Add Azure Deploy skill to your workflow

Global

mkdir -p ~/.claude/skills/azure-deploy

Project

mkdir -p .claude/skills/azure-deploy

Source Repository

Stars
1,241
Forks
195
Watchers
1,241
License
MIT
Last Push
4 days ago
Created
4 months ago