azure-deploy
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAzure Deploy
Azure部署
AUTHORITATIVE GUIDANCE — MANDATORY COMPLIANCEPREREQUISITE: The azure-validate skill MUST be invoked and completed with statusBEFORE executing this skill.Validated
权威指南 — 强制合规前提条件:在执行此技能之前,必须调用并完成azure-validate技能,且状态为Validated
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 or
azd upaz deployment - Ship code to production
- Deploy Azure Functions to the cloud
当用户需要以下操作时激活此技能:
- 将应用程序部署至Azure
- 发布、托管或启动应用
- 向现有部署推送更新
- 运行或
azd up命令az deployment - 将代码上线至生产环境
- 将Azure Functions部署至云端
Rules
规则
- Run after azure-prepare and azure-validate
- Manifest must exist with status
Validated - Pre-deploy checklist required — pre-deploy-checklist
- ⛔ Destructive actions require — global-rules
ask_user
- 在azure-prepare和azure-validate之后运行
- 必须存在状态为的清单
Validated - 必须完成部署前检查清单 — pre-deploy-checklist
- ⛔ 破坏性操作需要确认 — global-rules
ask_user
Steps
步骤
| # | Action | Reference |
|---|---|---|
| 1 | Check Manifest — Verify status = | — |
| 2 | Pre-Deploy Checklist — MUST complete ALL steps | pre-deploy-checklist |
| 3 | Load Recipe — Based on | recipes/ |
| 4 | Execute Deploy — Follow recipe steps | Recipe README |
| 5 | Handle Errors — See recipe's | — |
| 6 | Verify Success — Confirm deployment completed and endpoints are accessible | — |
| 序号 | 操作 | 参考资料 |
|---|---|---|
| 1 | 检查清单 — 验证状态 = | — |
| 2 | 部署前检查清单 — 必须完成所有步骤 | pre-deploy-checklist |
| 3 | 加载部署方案 — 根据清单中的 | recipes/ |
| 4 | 执行部署 — 遵循部署方案步骤 | 部署方案README |
| 5 | 处理错误 — 查看部署方案的 | — |
| 6 | 验证成功 — 确认部署完成且端点可访问 | — |
Recipes
部署方案
| Recipe | Reference |
|---|---|
| AZD (Bicep or Terraform) | recipes/azd/ |
| AZCLI | recipes/azcli/ |
| Bicep | recipes/bicep/ |
| Terraform | recipes/terraform/ |
💡 Tip: azd supports both Bicep and Terraform. Checkforazure.yamlsetting.infra.provider
| 方案 | 参考资料 |
|---|---|
| AZD(Bicep或Terraform) | recipes/azd/ |
| AZCLI | recipes/azcli/ |
| Bicep | recipes/bicep/ |
| Terraform | recipes/terraform/ |
💡 提示:azd同时支持Bicep和Terraform。请查看中的azure.yaml设置。infra.provider
MCP Tools
MCP工具
| Tool | Purpose |
|---|---|
| List available subscriptions |
| List resource groups in subscription |
| Execute AZD commands |
| 工具 | 用途 |
|---|---|
| 列出可用订阅 |
| 列出订阅中的资源组 |
| 执行AZD命令 |