azure-app-onboard

Orchestrate Azure application deployment from code analysis to provisioning.

1.4k|224|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/microsoft/azure-skills --skill azure-app-onboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-app-onboard
Source: https://github.com/microsoft/azure-skills/tree/main/.github/plugins/azure-skills/skills/azure-app-onboard
Command: npx skills add https://github.com/microsoft/azure-skills --skill azure-app-onboard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill solves the complexity of deploying applications to Azure by automating the entire lifecycle from architecture planning and cost estimation to infrastructure scaffolding and deployment, ensuring best practices are followed without requiring deep Azure expertise.

Core Features & Use Cases

  • Automated Orchestration: Manages the full pipeline from business idea to running cloud infrastructure.
  • Intelligent Scaffolding: Generates tailored Infrastructure-as-Code (Bicep or Terraform) based on your specific application needs.
  • Use Case: A developer has a web application and needs to deploy it to Azure but is unsure which services to use; this skill analyzes the code, recommends the optimal architecture, estimates costs, and handles the deployment.

Quick Start

Use the azure-app-onboard skill to plan and deploy my application to Azure.

Frequently Asked Questions about azure-app-onboard

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

FAQPage Schema
How do I automate Azure app deployment from an existing codebase?

Automate Azure app deployment by analyzing your codebase, scaffolding Bicep or Terraform infrastructure, estimating costs, and executing cloud provisioning through structured approval gates.

What's the best way to scaffold Azure infrastructure as code for a web application?

Scaffold Azure infrastructure as code by analyzing your application needs, recommending optimal architecture, and generating tailored Bicep or Terraform templates for automated cloud provisioning.

Do I need Azure CLI authentication to provision cloud resources with this approach?

Yes, Azure CLI authentication is required to execute cloud provisioning and adhere to the structured approval gates for infrastructure generation and resource deployment.

Can I estimate Azure deployment costs before generating infrastructure as code?

Yes, cost estimation is integrated into the architecture planning phase before infrastructure scaffolding, allowing you to forecast Azure deployment expenses for greenfield projects and migrations.

Does this deployment orchestration support both Bicep and Terraform?

Yes, the deployment orchestration supports both Bicep and Terraform for infrastructure as code, generating tailored templates based on your specific application requirements.

When should I use automated Azure deployment orchestration instead of manual provisioning?

Use automated Azure deployment orchestration when you need end-to-end lifecycle management from architecture planning to resource provisioning, ensuring best practices without requiring deep Azure expertise.