What problem does it solve? Moving serverless workloads from AWS, GCP, or other cloud providers to Azure requires manual service mapping, runtime conversion, and risk assessment. This Skill automates the assessment and code migration phases so teams can move Lambda functions to Azure Functions without reverse-engineering every trigger, binding, and dependency by hand. ## Core Features & Use Cases - Migration Assessment Reports: Generates a standardized 13-section assessment report covering function inventory, service mapping, dependencies, IAM, monitoring, and CI/CD equivalents. - Guided Code Migration: Converts Lambda handlers to the Azure Functions v4 (JavaScript/TypeScript) or v2 (Python) programming model using bindings instead of SDKs, with per-runtime reference guides for C#, Java, and PowerShell. - Infrastructure Pitfall Coverage: Documents critical Flex Consumption requirements such as always-ready instances, Event Grid Bicep deployment, and UAMI credential patterns. - Use Case: A team with a SAM-based AWS Lambda image-processing pipeline uses this Skill to produce a migration readiness report, then converts each function to Azure Functions with blob triggers, managed identity auth, and Computer Vision replacing Rekognition. ## Quick Start Ask the agent to assess the AWS Lambda project in this workspace and migrate it to Azure Functions using the azure-cloud-migrate skill.