azure-prepare

Generate Bicep/Terraform code, azure.yaml files, and Dockerfiles for Azure deployment.

12|1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/jorgeasaurus/agent-skills --skill azure-prepare-jorgeasaurus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-prepare
Source: https://github.com/jorgeasaurus/agent-skills/tree/main/azure-prepare
Command: npx skills add https://github.com/jorgeasaurus/agent-skills --skill azure-prepare-jorgeasaurus

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires azd, Azure CLI, Bicep, Terraform, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill prepares Azure applications for deployment by generating infrastructure code, configuration files, and Dockerfiles.

Core Features & Use Cases

  • Infrastructure Generation: Generates Bicep/Terraform infrastructure code for Azure resources.
  • Configuration Files: Generates azure.yaml configuration files for Azure Developer CLI deployment.
  • Dockerfile Creation: Generates Dockerfiles for containerized applications.
  • Use Case: When building an Azure application, use this Skill to automate the preparation of the infrastructure and configuration, saving time and reducing manual errors.

Quick Start

Use the azure-prepare skill to generate the infrastructure and configuration for a new Azure application.

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 infrastructure code for an Azure application deployment?

To generate Bicep infrastructure code for Azure applications, use this Skill to automate the creation of infrastructure templates, azure.yaml configuration files, and Dockerfiles. It requires the Azure Developer CLI and Bicep tools to prepare resources for deployment.

What's the best way to prepare an existing application for Azure deployment?

The best way to prepare existing applications for Azure deployment is automating the generation of infrastructure code and configuration. This Skill creates Bicep or Terraform templates, azure.yaml files, and Dockerfiles to streamline the process for both new and existing applications.

Do I need Azure CLI and azd installed to generate azure.yaml and Dockerfiles?

Yes, you need Azure CLI and the Azure Developer CLI (azd) installed. The Skill requires these dependencies alongside Bicep or Terraform tools to successfully generate infrastructure code, azure.yaml configuration files, and Dockerfiles for deployment preparation.

Can I use Terraform instead of Bicep for Azure infrastructure configuration?

Yes, you can use Terraform instead of Bicep for Azure infrastructure configuration. The Skill supports generating infrastructure code for both frameworks, allowing you to choose your preferred tool for defining Azure resources during deployment preparation.

How does automated Dockerfile creation work for Azure containerized apps?

Automated Dockerfile creation works by generating containerization configurations tailored to your Azure application. The Skill produces Dockerfiles alongside Bicep or Terraform infrastructure code and azure.yaml files, ensuring the application is fully prepared for containerized deployment.

What are the limitations of using automated generation for Azure deployment configuration?

The automated generation focuses on preparation rather than actual deployment execution. It requires specific tools installed including azd, Azure CLI, and Bicep or Terraform. The Skill generates configuration files and infrastructure code but does not execute the deployment itself.