azure-prepare

Generate Azure infrastructure and configuration files from project analysis.

1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/azaslonov/apic-tools-demos --skill azure-prepare-azaslonov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-prepare
Source: https://github.com/azaslonov/apic-tools-demos/tree/main/plugins/azure/skills/azure-prepare
Command: npx skills add https://github.com/azaslonov/apic-tools-demos --skill azure-prepare-azaslonov

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of preparing Azure applications by analyzing, planning, and generating infrastructure and configuration files, reducing deployment complexity.

Core Features & Use Cases

  • Assessment & Planning: Analyzes existing workspace, requirements, and dependencies to define deployment scope.
  • Resource Selection & Architecture: Guides users in choosing appropriate Azure services and architecture mapping.
  • Infrastructure Generation: Creates Bicep, Terraform, or AZD configuration files tailored to project needs.
  • Validation & Deployment Workflow: Ensures capacity and quotas are sufficient, and prepares for deployment validation.
  • Use Case: For a new web app, prepare the infrastructure, resource group, and app services without manual scripting.

Quick Start

Use azure-prepare to analyze my existing project and generate deployment plans for Azure.

Frequently Asked Questions about azure-prepare

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

FAQPage Schema
How do I generate Bicep or Terraform configuration files for an existing application deployment to Azure?

To generate Azure deployment configuration, this Skill analyzes your existing workspace, requirements, and dependencies to produce tailored Bicep, Terraform, or AZD configuration files. It maps your architecture to appropriate Azure services and creates the necessary infrastructure code automatically.

What is the best way to plan Azure infrastructure and validate resource quotas before deploying a web app?

Planning Azure infrastructure involves assessing deployment scope and validating capacity quotas. This Skill coordinates with policies to ensure resource quotas are sufficient, guiding service selection and preparing your architecture for a validated deployment workflow.

How do I analyze my project dependencies to define the deployment scope for Azure cloud infrastructure?

Analyzing project dependencies to define Azure deployment scope is handled by the Skill's assessment phase. It evaluates your existing workspace and requirements to determine necessary Azure resources and maps them to an appropriate cloud architecture.

Does this Azure deployment preparation tool support both Bicep and Terraform for infrastructure code generation?

Yes, Azure deployment preparation supports both Bicep and Terraform for infrastructure code generation. The Skill creates configuration files in your preferred format by analyzing project needs and applying architectural best practices.