azure-cloud-migrate

Assess and migrate AWS and GCP workloads to Azure with readiness reports.

1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/p-potvin/vaultwares-pipelines --skill azure-cloud-migrate-p-potvin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-cloud-migrate
Source: https://github.com/p-potvin/vaultwares-pipelines/tree/main/.github/agents/agents/azure-cloud-migrate
Command: npx skills add https://github.com/p-potvin/vaultwares-pipelines --skill azure-cloud-migrate-p-potvin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured, repeatable workflow to assess existing cloud workloads and migrate them to Azure, reducing manual discovery, mapping, and code-conversion effort.

Core Features & Use Cases

  • Migration Assessment: Analyze source environments, map services, and produce migration readiness reports for AWS and GCP workloads.
  • Code Migration Guidance: Convert serverless code patterns (for example AWS Lambda) to Azure Functions programming models and recommend runtime best practices.
  • Compliance and Safety: Enforce sequential phases, require user consent for destructive actions, and reference migration guidance and best-practice documentation.
  • Use Case: Migrate an AWS Lambda-based image-processing pipeline to Azure Functions with a migration report, converted function code, and a handoff for infrastructure provisioning.

Quick Start

Run an assessment of the AWS Lambda project, generate a migration readiness report, and prepare converted Azure Functions code for review.

Frequently Asked Questions about azure-cloud-migrate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate AWS Lambda functions to Azure Functions?

To migrate AWS Lambda functions to Azure Functions, this Skill converts serverless code patterns to Azure Functions programming models, maps source-to-target services, and generates converted application code ready for review.

What is the best way to assess cloud workloads before migrating to Azure?

Assessing cloud workloads before an Azure migration involves analyzing source environments and mapping AWS or GCP services to Azure equivalents, which produces a structured migration readiness report identifying gaps and requirements.

Can I migrate GCP serverless applications to Azure runtimes?

Yes, you can migrate GCP serverless applications to Azure runtimes by converting application code to supported Azure runtimes and mapping source-to-target services, covering both serverless and VM-based workloads.

Does the cloud migration process require manual confirmation for code conversion?

Yes, the cloud migration process requires explicit user confirmation for any destructive operations during code conversion, ensuring compliance and safety by enforcing sequential phases throughout the migration workflow.

What does a migration readiness report include for cross-cloud workloads?

A migration readiness report for cross-cloud workloads includes source environment analysis, service mapping between AWS or GCP and Azure, and runtime best practice recommendations to guide infrastructure provisioning.

How do I convert application code to Azure supported runtimes from AWS or GCP?

Converting application code to Azure supported runtimes from AWS or GCP involves mapping source-to-target services and transforming serverless code patterns into Azure Functions programming models with runtime best practice guidance.