azure-deploy

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Azure Deploy

Azure部署

AUTHORITATIVE GUIDANCE — MANDATORY COMPLIANCE
PREREQUISITE: The azure-validate skill MUST be invoked and completed with status
Validated
BEFORE executing this skill.
权威指南 — 强制合规
前提条件:在执行此技能之前,必须调用并完成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
    azd up
    or
    az deployment
  • Ship code to production
  • Deploy Azure Functions to the cloud
当用户需要以下操作时激活此技能:
  • 将应用程序部署至Azure
  • 发布、托管或启动应用
  • 向现有部署推送更新
  • 运行
    azd up
    az deployment
    命令
  • 将代码上线至生产环境
  • 将Azure Functions部署至云端

Rules

规则

  1. Run after azure-prepare and azure-validate
  2. Manifest must exist with status
    Validated
  3. Pre-deploy checklist requiredpre-deploy-checklist
  4. Destructive actions require
    ask_user
    global-rules

  1. 在azure-prepare和azure-validate之后运行
  2. 必须存在状态为
    Validated
    的清单
  3. 必须完成部署前检查清单pre-deploy-checklist
  4. 破坏性操作需要
    ask_user
    确认
    global-rules

Steps

步骤

#ActionReference
1Check Manifest — Verify status =
Validated
2Pre-Deploy Checklist — MUST complete ALL stepspre-deploy-checklist
3Load Recipe — Based on
recipe.type
in manifest
recipes/
4Execute Deploy — Follow recipe stepsRecipe README
5Handle Errors — See recipe's
errors.md
6Verify Success — Confirm deployment completed and endpoints are accessible
序号操作参考资料
1检查清单 — 验证状态 =
Validated
2部署前检查清单 — 必须完成所有步骤pre-deploy-checklist
3加载部署方案 — 根据清单中的
recipe.type
recipes/
4执行部署 — 遵循部署方案步骤部署方案README
5处理错误 — 查看部署方案的
errors.md
6验证成功 — 确认部署完成且端点可访问

Recipes

部署方案

RecipeReference
AZD (Bicep or Terraform)recipes/azd/
AZCLIrecipes/azcli/
Biceprecipes/bicep/
Terraformrecipes/terraform/
💡 Tip: azd supports both Bicep and Terraform. Check
azure.yaml
for
infra.provider
setting.
方案参考资料
AZD(Bicep或Terraform)recipes/azd/
AZCLIrecipes/azcli/
Biceprecipes/bicep/
Terraformrecipes/terraform/
💡 提示:azd同时支持Bicep和Terraform。请查看
azure.yaml
中的
infra.provider
设置。

MCP Tools

MCP工具

ToolPurpose
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
工具用途
mcp_azure_mcp_subscription_list
列出可用订阅
mcp_azure_mcp_group_list
列出订阅中的资源组
mcp_azure_mcp_azd
执行AZD命令