azure-deploy
3
总安装量
3
周安装量
#56145
全站排名
安装命令
npx skills add https://github.com/tyler-r-kendrick/agent-skills --skill azure-deploy
Agent 安装分布
amp
3
gemini-cli
3
github-copilot
3
codex
3
kimi-cli
3
opencode
3
Skill 文档
Azure Deploy
AUTHORITATIVE GUIDANCE â MANDATORY COMPLIANCE
PREREQUISITE: The azure-validate skill MUST be invoked and completed with status
ValidatedBEFORE executing this skill.
Triggers
Activate this skill when user wants to:
- Deploy their application to Azure
- Publish, host, or launch their app
- Push updates to existing deployment
- Run
azd uporaz deployment - Ship code to production
- Deploy Azure Functions to the cloud
Rules
- Run after azure-prepare and azure-validate
- Manifest must exist with status
Validated - Pre-deploy checklist required â pre-deploy-checklist
- â Destructive actions require
ask_userâ global-rules
Steps
| # | Action | Reference |
|---|---|---|
| 1 | Check Manifest â Verify status = Validated |
â |
| 2 | Pre-Deploy Checklist â MUST complete ALL steps | pre-deploy-checklist |
| 3 | Load Recipe â Based on recipe.type in manifest |
recipes/ |
| 4 | Execute Deploy â Follow recipe steps | Recipe README |
| 5 | Handle Errors â See recipe’s errors.md |
â |
| 6 | Verify Success â Confirm deployment completed and endpoints are accessible | â |
Recipes
| Recipe | Reference |
|---|---|
| AZD | recipes/azd/ |
| AZCLI | recipes/azcli/ |
| Bicep | recipes/bicep/ |
| Terraform | recipes/terraform/ |
MCP Tools
| Tool | Purpose |
|---|---|
mcp_azure_mcp_subscription_list |
List available subscriptions |
mcp_azure_mcp_group_list |
List resource groups in subscription |
mcp_azure_mcp_azd |
Execute AZD commands |