azure-deploy

Automate Azure application deployment with Azure Developer CLI, Azure CLI, Bicep, or Terraform.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the deployment of applications to Azure, ensuring that infrastructure is provisioned correctly and applications are successfully launched.

Core Features & Use Cases

  • Automated Deployment: Executes azd up, azd deploy, or equivalent commands for various IaC tools.
  • Pre-deployment Validation: Enforces critical checks like manifest validation and pre-deploy checklists.
  • Use Case: After preparing and validating a new web application, use this Skill to deploy it to Azure, making it accessible to users.

Quick Start

Deploy the application to Azure using the configured environment.

Frequently Asked Questions about azure-deploy

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

FAQPage Schema
How do I automate application deployment to Azure using azd and Bicep?

To automate Azure deployment, this Skill executes azd up or azd deploy commands to provision infrastructure using Bicep and launch application code. It handles the complete deployment lifecycle by running validation checks before provisioning resources and deploying applications.

What is the best way to deploy apps to Azure with Terraform end to end?

The best way to deploy apps to Azure with Terraform is to use an automated deployment lifecycle tool that provisions infrastructure and deploys code. This Skill runs equivalent deployment commands for Terraform while enforcing pre-deployment manifest validation and verification mechanisms.

Does this Azure deployment automation support both Azure CLI and azd?

Yes, this Azure deployment automation supports both Azure Developer CLI and Azure CLI. It automates the complete deployment lifecycle, allowing you to provision infrastructure and deploy application code using either azd, Bicep, or Terraform recipes.

What prerequisites do I need to validate before deploying to Azure?

Before deploying to Azure, you need to pass pre-deployment validation steps including manifest validation and pre-deploy checklists. The Skill enforces these critical checks to ensure prerequisites are met before provisioning infrastructure and deploying application code.

Why does my Azure app deployment fail during infrastructure provisioning?

Azure app deployment can fail during infrastructure provisioning if pre-deployment validation steps like manifest validation are not met. This Skill includes robust error handling and verification mechanisms to catch and manage these deployment lifecycle failures.