From azure
Assess and migrate cross-cloud workloads to Azure with migration reports and code conversion. Supports Lambda→Functions, Fargate→Container Apps, Kubernetes→Container Apps, Cloud Run→Container Apps. WHEN: migrate Lambda to Functions, AWS to Azure, Lambda assessment, convert serverless, readiness report, from AWS, from GCP, Cloud Run migration, Fargate to ACA, ECS to Container Apps, Kubernetes to ACA, GKE to Azure, EKS to Container Apps.
How this skill is triggered — by the user, by Claude, or both
Slash command
/azure:azure-cloud-migrateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> This skill handles **assessment and code migration** of existing cloud workloads to Azure.
references/services/container-apps/assessment-guide.mdreferences/services/container-apps/cloudrun-assessment-guide.mdreferences/services/container-apps/cloudrun-deployment-guide.mdreferences/services/container-apps/cloudrun-to-container-apps.mdreferences/services/container-apps/deployment-guide.mdreferences/services/container-apps/fargate-assessment-guide.mdreferences/services/container-apps/fargate-deployment-guide.mdreferences/services/container-apps/fargate-to-container-apps.mdreferences/services/container-apps/k8s-to-container-apps.mdreferences/services/functions/assessment.mdreferences/services/functions/code-migration.mdreferences/services/functions/global-rules.mdreferences/services/functions/lambda-to-functions.mdreferences/services/functions/runtimes/csharp.mdreferences/services/functions/runtimes/java.mdreferences/services/functions/runtimes/javascript.mdreferences/services/functions/runtimes/powershell.mdreferences/services/functions/runtimes/python.mdreferences/services/functions/runtimes/typescript.mdreferences/workflow-details.mdThis skill handles assessment and code migration of existing cloud workloads to Azure.
mcp_azure_mcp_get_azure_bestpractices and mcp_azure_mcp_documentation MCP toolsask_user — global-ruleshttp://order-service:3001) do not resolve in Container Apps. During assessment, scan source code for hardcoded hostnames/ports in HTTP clients and flag them for env-var-driven URL injection| Source | Target | Reference |
|---|---|---|
| AWS Lambda | Azure Functions | lambda-to-functions.md (assessment, code-migration) |
| AWS Fargate (ECS) | Azure Container Apps | fargate-to-container-apps.md (assessment, deployment) |
| Kubernetes (GKE/EKS/Self-hosted) | Azure Container Apps | k8s-to-container-apps.md |
| GCP Cloud Run | Azure Container Apps | cloudrun-to-container-apps.md |
No matching scenario? Use
mcp_azure_mcp_documentationandmcp_azure_mcp_get_azure_bestpracticestools.
All output goes to <workspace-root-basename>-azure/ at workspace root, where <workspace-root-basename> is the name of the top-level workspace directory itself (NOT a subdirectory within it). Never modify the source directory.
<workspace-root-basename>-azure/ at workspace rootTrack progress in migration-status.md — see workflow-details.md.
npx claudepluginhub matrixy/azure-skillsGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.