azure-cloud-migrate
Assesses and migrates cloud infrastructure and code from AWS or GCP to Azure, providing migration reports and code conversions.
Install
mkdir -p .claude/skills/azure-cloud-migrate && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/19461" && unzip -o skill.zip -d .claude/skills/azure-cloud-migrate && rm skill.zipInstalls to .claude/skills/azure-cloud-migrate
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Assess and migrate cross-cloud workloads to Azure. Generates assessment reports and converts code from AWS, GCP, or other providers to Azure services. WHEN: migrate Lambda to Azure Functions, migrate AWS to Azure, Lambda migration assessment, convert AWS serverless to Azure, migration readiness report, migrate from AWS, migrate from GCP, cross-cloud migration.Key capabilities
- →Assess cloud workload readiness for Azure
- →Map source cloud services to Azure equivalents
- →Convert source code to Azure-native programming models
- →Track migration progress
How it works
The skill follows a sequential phase process to assess source cloud workloads, map them to Azure services, and convert the code to Azure-native formats.
Inputs & outputs
When to use azure-cloud-migrate
- →Migrating Lambda to Azure Functions
- →Cloud migration assessment
- →Converting cloud infrastructure code
- →Cross-cloud workload evaluation
About this 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.
When not to use it
- →When migrating to a non-Azure cloud provider
- →When the migration scenario is not supported by existing references
Prerequisites
Limitations
- →Must follow phases sequentially
- →Destructive actions require user confirmation
- →Output must be placed in a specific directory structure
How it compares
It automates the assessment and code conversion process for cross-cloud migrations rather than relying on manual mapping and refactoring.
Compared to similar skills
azure-cloud-migrate side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| azure-cloud-migrate (this skill) | 0 | 4mo | No flags | Intermediate |
| cloud-architect | 6 | 3mo | No flags | Advanced |
| database-admin | 1 | 3mo | No flags | Advanced |
| hybrid-cloud-architect | 2 | 3mo | No flags | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
cloud-architect
sickn33
Expert cloud architect specializing in AWS/Azure/GCP multi-cloud infrastructure design, advanced IaC (Terraform/OpenTofu/CDK), FinOps cost optimization, and modern architectural patterns. Masters serverless, microservices, security, compliance, and disaster recovery. Use PROACTIVELY for cloud architecture, cost optimization, migration planning, or multi-cloud strategies.
database-admin
sickn33
Expert database administrator specializing in modern cloud databases, automation, and reliability engineering. Masters AWS/Azure/GCP database services, Infrastructure as Code, high availability, disaster recovery, performance optimization, and compliance. Handles multi-cloud strategies, container databases, and cost optimization. Use PROACTIVELY for database architecture, operations, or reliability engineering.
hybrid-cloud-architect
sickn33
Expert hybrid cloud architect specializing in complex multi-cloud solutions across AWS/Azure/GCP and private clouds (OpenStack/VMware). Masters hybrid connectivity, workload placement optimization, edge computing, and cross-cloud automation. Handles compliance, cost optimization, disaster recovery, and migration strategies. Use PROACTIVELY for hybrid architecture, multi-cloud strategy, or complex infrastructure integration.
huawei-event-driven-architecture-review
Raishin
Review Huawei Cloud event-driven architecture designs — DMS Kafka dead-letter configuration, ROMA Connect integration flow capacity, FunctionGraph event trigger idempotency, SMN delivery retry policy, consumer group lag monitoring, cross-region event replication, and retry storm prevention.
provisioning
devendrapratapsingh
Automate resource provisioning across cloud providers, bare metal, and virtual machines. Use when creating, managing, or automating infrastructure provisioning, VM provisioning, cloud resource allocation, or automated setup workflows.
deploy-target
nikolaikolosov
Set or switch the deployment target platform (aws/gcp/azure/cloudflare/vercel/kubernetes/vps) and load its service landscape into the working context.