azure-cloud-migrate
4K
总安装量
4.0K
周安装量
#245
全站排名
安装命令
npx skills add https://github.com/microsoft/github-copilot-for-azure --skill azure-cloud-migrate
Agent 安装分布
github-copilot
4.0K
codex
12
opencode
11
gemini-cli
11
kimi-cli
11
amp
11
Skill 文档
Azure Cloud Migrate
This skill handles assessment and code migration of existing cloud workloads to Azure.
Rules
- Follow phases sequentially â do not skip
- Generate assessment before any code migration
- Load the scenario reference and follow its rules
- Use
mcp_azure_mcp_get_bestpracticesandmcp_azure_mcp_documentationMCP tools - Use the latest supported runtime for the target service
- Destructive actions require
ask_userâ global-rules
Migration Scenarios
| Source | Target | Reference |
|---|---|---|
| AWS Lambda | Azure Functions | lambda-to-functions.md |
No matching scenario? Use
mcp_azure_mcp_documentationandmcp_azure_mcp_get_bestpracticestools.
Output Directory
All output goes to <source-folder>-azure/ at workspace root. Never modify the source directory.
Steps
- Create
<source-folder>-azure/at workspace root - Assess â Analyze source, map services, generate report â assessment.md
- Migrate â Convert code using target programming model â code-migration.md
- Ask User â “Migration complete. Test locally or deploy to Azure?”
- Hand off to azure-prepare for infrastructure, testing, and deployment
Track progress in migration-status.md â see workflow-details.md.