azure-cloud-migrate

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Azure Cloud Migrate

Azure 云迁移

This skill handles assessment and code migration of existing cloud workloads to Azure.
该技能负责处理现有云工作负载到Azure的评估与代码迁移工作。

Rules

规则

  1. Follow phases sequentially — do not skip
  2. Generate assessment before any code migration
  3. Load the scenario reference and follow its rules
  4. Use
    mcp_azure_mcp_get_bestpractices
    and
    mcp_azure_mcp_documentation
    MCP tools
  5. Use the latest supported runtime for the target service
  6. Destructive actions require
    ask_user
    global-rules
  1. 按顺序执行各阶段,请勿跳过
  2. 执行任何代码迁移前先生成评估报告
  3. 加载场景参考文档并遵循其规则
  4. 使用
    mcp_azure_mcp_get_bestpractices
    mcp_azure_mcp_documentation
    MCP工具
  5. 为目标服务使用最新的受支持运行时版本
  6. 破坏性操作需要执行
    ask_user
    global-rules

Migration Scenarios

迁移场景

SourceTargetReference
AWS LambdaAzure Functionslambda-to-functions.md
No matching scenario? Use
mcp_azure_mcp_documentation
and
mcp_azure_mcp_get_bestpractices
tools.
来源目标参考文档
AWS LambdaAzure Functionslambda-to-functions.md
没有匹配的场景?请使用
mcp_azure_mcp_documentation
mcp_azure_mcp_get_bestpractices
工具。

Output Directory

输出目录

All output goes to
<source-folder>-azure/
at workspace root. Never modify the source directory.
所有输出内容将存放在工作区根目录的
<source-folder>-azure/
下。绝对不要修改源目录。

Steps

步骤

  1. Create
    <source-folder>-azure/
    at workspace root
  2. Assess — Analyze source, map services, generate report → assessment.md
  3. Migrate — Convert code using target programming model → code-migration.md
  4. Ask User — "Migration complete. Test locally or deploy to Azure?"
  5. Hand off to azure-prepare for infrastructure, testing, and deployment
Track progress in
migration-status.md
— see workflow-details.md.
  1. 创建工作区根目录下的
    <source-folder>-azure/
    文件夹
  2. 评估 — 分析源内容、映射服务、生成报告 → assessment.md
  3. 迁移 — 使用目标编程模型转换代码 → code-migration.md
  4. 询问用户 — "迁移完成。是要本地测试还是部署到Azure?"
  5. 移交给azure-prepare处理基础设施、测试和部署工作
migration-status.md
中跟踪进度 — 参见workflow-details.md