azure-prepare

Guide application preparation for Azure deployment with artifact generation.

6|3|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/jongio/azd-copilot --skill azure-prepare-jongio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-prepare
Source: https://github.com/jongio/azd-copilot/tree/main/cli/src/internal/assets/ghcp4a-skills/azure-prepare
Command: npx skills add https://github.com/jongio/azd-copilot --skill azure-prepare-jongio

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures your applications are correctly configured and ready for deployment to Azure, preventing common setup errors and streamlining the deployment process.

Core Features & Use Cases

  • Guided Setup: Provides step-by-step instructions for preparing your project for Azure.
  • Configuration Validation: Ensures all necessary Azure configurations, such as subscription and region, are set correctly.
  • Artifact Generation: Assists in creating essential deployment artifacts like azure.yaml, Bicep, or Terraform files.
  • Use Case: Before deploying a new web application to Azure, use this Skill to gather requirements, select the right hosting services, and generate the necessary infrastructure code.

Quick Start

Use the azure-prepare skill to set up a new project for Azure deployment.

Frequently Asked Questions about azure-prepare

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

FAQPage Schema
How do I prepare my web application for Azure deployment?

Azure deployment preparation covers requirements gathering, architecture planning, service selection, and artifact generation. It guides you through choosing Container Apps, App Service, or Static Web Apps while enforcing critical confirmations for subscription and region selection.

What's the best way to generate infrastructure code for Azure hosting?

Generating infrastructure code for Azure involves creating essential deployment artifacts like azure.yaml, Bicep, or Terraform files. This ensures your application is correctly configured and streamlines the deployment process.

Can I use this guided setup to configure Azure Container Apps and App Service?

Yes, guided setup supports configuring Azure Container Apps, App Service, and Static Web Apps. It provides step-by-step instructions for project preparation while validating necessary Azure configurations like subscription and region settings.

Do I need to select an Azure subscription and region before generating deployment artifacts?

Yes, selecting an Azure subscription and region is required before generating deployment artifacts. The preparation process enforces critical user confirmations for these selections to ensure your application is correctly configured for Azure deployment.

What deployment files do I need to prepare an app for Azure?

To prepare an app for Azure, you need deployment artifacts like azure.yaml, Bicep, or Terraform files. These files define your infrastructure and configuration, ensuring the application is correctly set up for the chosen Azure hosting option.

Why does my Azure deployment setup fail due to missing configuration?

Azure deployment setup fails when critical configurations like subscription and region are missing or incorrect. Using a guided preparation process validates these settings and generates necessary artifacts to prevent common setup errors.