azure-deploy

Coordinate azure-prepare, azure-validate, and azd workflows to deploy Azure projects.

66|41|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/olivomarco/vbd-copilot --skill azure-deploy-olivomarco
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: azure-deploy
Source: https://github.com/olivomarco/vbd-copilot/tree/main/skills/azure-deploy
Command: npx skills add https://github.com/olivomarco/vbd-copilot --skill azure-deploy-olivomarco

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Orchestrate end-to-end Azure deployments for already-prepared applications by coordinating the azure-prepare and azure-validate prerequisites with azd workflows to provision infrastructure and deploy code.

Core Features & Use Cases

  • Executes azd up, azd deploy, terraform apply, and az deployment commands with built-in error recovery.
  • Enforces prerequisite checks and guardrails before deployment to prevent misconfigurations.
  • Supports multiple IaC approaches (Bicep and Terraform) and post-deployment steps for common Azure app scenarios.

Quick Start

Run azd up --no-prompt after ensuring azure-prepare and azure-validate prerequisites are satisfied to provision and deploy your prepared Azure project.

Frequently Asked Questions about azure-deploy

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

FAQPage Schema
How do I run an end-to-end Azure deployment for a prepared app?▼

Run `azd up --no-prompt` after satisfying azure-prepare and azure-validate prerequisites to provision infrastructure and deploy code. The workflow coordinates checks and deployment steps to ensure reliable Azure resource provisioning.

Can I use Terraform for Azure infrastructure provisioning with azd workflows?▼

Yes, Azure deployments support multiple infrastructure as code approaches including Terraform and Bicep. The workflow coordinates terraform apply and az deployment commands alongside azd workflows to provision resources.

What prerequisites do I need to deploy an Azure project using azd?▼

You need an existing azure.yaml file and prepared infrastructure code in Bicep or Terraform. The workflow enforces prerequisite checks and guardrails from azure-prepare and azure-validate before deployment to prevent misconfigurations.

How does automated error recovery work during Azure cloud deployments?▼

Automated error recovery is built into the execution of azd up, azd deploy, and terraform apply commands. The workflow enforces a defined execution order and validation steps to handle errors during infrastructure provisioning and code deployment.

Does azd deployment support post-deployment steps for Azure app scenarios?▼

Yes, the deployment workflow supports post-deployment steps for common Azure app scenarios after provisioning resources and deploying applications. It coordinates these steps following the initial azd up and infrastructure deployment phases.