azure-deploy

Deploys Azure apps and resources from validated plans via azd up, deploy or terraform apply.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/anevjes/agenticinfraops --skill azure-deploy-anevjes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-deploy
Source: https://github.com/anevjes/agenticinfraops/tree/main/.github/skills/azure-deploy
Command: npx skills add https://github.com/anevjes/agenticinfraops --skill azure-deploy-anevjes

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the deployment of Azure applications using pre-approved infrastructure plans, reducing manual configuration and deployment errors.

Core Features & Use Cases

  • Execution of Pre-Validated Deployments: Runs azd up, azd deploy, or terraform apply for ready applications with existing infrastructure files.
  • Error Recovery & Validation: Includes built-in safeguards to handle deployment failures and ensure environment consistency.
  • Use Case: Deploy an already prepared web app and infrastructure components in Azure with minimal user intervention, ensuring compliance with prior validation.

Quick Start

Invoke this Skill to deploy your Azure project by executing the azd up command against your validated plan and configurations.

Frequently Asked Questions about azure-deploy

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

FAQPage Schema
How do I automate Azure deployment from a validated infrastructure plan?

You can automate Azure deployment by running `azd up` or `terraform apply` against your existing infrastructure files and azure.yaml configuration to execute the validated plan with built-in error handling.

What prerequisites do I need to deploy Azure resources using azd?

To deploy Azure resources, you need an existing azure.yaml file, a validated deployment plan, and ready infrastructure files before triggering automated execution through azd commands.

Can I use this to run azd deploy in a CI/CD pipeline for Azure applications?

Yes, you can execute `azd deploy` within CI/CD pipelines or manual operations to achieve production-grade consistency through pre-deployment validation and automated error recovery safeguards.

What is the best way to handle deployment failures when provisioning Azure infrastructure?

Handling Azure deployment failures involves using built-in validation safeguards and error recovery mechanisms that ensure environment consistency during automated resource provisioning.

Does this approach support both Terraform and azd for Azure cloud deployments?

Yes, the deployment process supports executing both `terraform apply` and `azd up` commands for Azure cloud infrastructure, provided you have validated plans and existing infrastructure files ready.