๐ŸŽฏ

azure-app-onboard-prereq

๐ŸŽฏSkill

from microsoft/azure-skills

Installation

Vibe Index InstallInstalls to .claude/skills/
$npx vibeindex add microsoft/azure-skills --skill azure-app-onboard-prereq
skills.sh Installโš  Installs to .agents/skills/
$npx skills add microsoft/azure-skills --skill azure-app-onboard-prereq
Manual InstallCopy SKILL.md content and save to the path below
path
~/.claude/skills/azure-app-onboard-prereq/SKILL.md
VibeIndex|
What it does
|

A code readiness assessment skill that evaluates whether a repository is prepared for Azure deployment by scanning build health, app completeness, dependency compatibility, and deployment feasibility through static analysis only, without running any install or test commands.

Overview

Azure App Onboard Prereq is a Claude Code skill that performs a thorough pre-deployment assessment of your source code before any Azure infrastructure work begins. It serves as Phase 1 of the Azure App Onboard pipeline (or can run standalone) and evaluates your repository across three axes: build health, application completeness, and Azure deployment feasibility. The evaluation is entirely read-only and static -- it never runs package installs, builds, or test suites. It produces structured artifacts including per-component verdicts (PASS, WARN, or FAIL), detected infrastructure patterns, and a readiness report that feeds into downstream architecture and deployment phases.

Key Features

  • Three-axis evaluation covering build configuration health, application completeness, and deployability to Azure, each producing clear PASS/WARN/FAIL verdicts per component
  • Strictly read-only analysis that never executes install, build, or test commands, ensuring no side effects on your repository during the assessment
  • Automatic stack and component detection that scans for project manifests, Dockerfiles, and framework markers to identify your application stack and classify monorepo components
  • Cloud SDK migration detection that flags AWS, GCP, or Firebase dependencies and routes to the appropriate migration workflow before proceeding
  • Structured output artifacts including prereq-output.json, context.json updates, and a human-readable readiness report, enabling seamless handoff to the architecture planning phase
  • Guided remediation protocol for any FAIL verdicts, with a consent-gated build validation step that only runs commands after explicit user approval

Who is this for?

  • Developers who want to know if their codebase is ready for Azure before investing time in infrastructure planning
  • Teams evaluating whether an existing application can be moved to Azure without major rewrites or dependency changes
  • Engineers looking for a quick, non-destructive scan of deployment blockers such as missing configurations, incompatible frameworks, or unsupported dependencies
  • DevOps practitioners who need a structured readiness report to share with stakeholders before kicking off a cloud migration project
๐Ÿ“ฆ

Same repository

microsoft/azure-skills(43 items)

azure-app-onboard-prereq

SKILL.md

94,708Installs
-
AddedJul 29, 2026

More from this repository10

๐ŸŽฏ
microsoft-foundry๐ŸŽฏSkill

A Claude Code skill from Microsoft that enables Azure AI Foundry integration, helping developers build, deploy, and manage AI applications on Azure.

๐ŸŽฏ
azure-diagnostics๐ŸŽฏSkill

A Claude Code skill from Microsoft for troubleshooting Azure resources by collecting and analyzing diagnostic logs and metrics.

๐ŸŽฏ
azure-prepare๐ŸŽฏSkill

A Claude Code skill from Microsoft that helps set up Azure environments, including subscription configuration, resource group creation, and prerequisite installation.

๐ŸŽฏ
azure-ai๐ŸŽฏSkill

A Claude Code skill from Microsoft for working with Azure AI services, including Cognitive Services, OpenAI on Azure, and machine learning workflows.

๐ŸŽฏ
azure-deploy๐ŸŽฏSkill

A Claude Code skill from Microsoft for deploying applications and infrastructure to Azure using ARM templates, Bicep, or CLI commands.

๐ŸŽฏ
azure-validate๐ŸŽฏSkill

A Claude Code skill from Microsoft for validating Azure resource configurations, ARM/Bicep templates, and deployment readiness.

๐ŸŽฏ
azure-storage๐ŸŽฏSkill

A Claude Code skill from Microsoft for managing Azure Storage accounts, blobs, queues, tables, and file shares.

๐ŸŽฏ
entra-app-registration๐ŸŽฏSkill

A Claude Code skill from Microsoft for managing Microsoft Entra ID (Azure AD) app registrations, including OAuth configuration and permissions setup.

๐ŸŽฏ
azure-compliance๐ŸŽฏSkill

A Claude Code skill from Microsoft for checking Azure resource compliance against regulatory standards and organizational policies.

๐ŸŽฏ
azure-resource-lookup๐ŸŽฏSkill

A Claude Code skill from Microsoft that helps discover and inspect Azure resources across subscriptions, resource groups, and regions.