infra-deploy

Automate Azure infrastructure deployment and verification with Bicep, Terraform, or azd.

5|2|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/srnichols/plan-forge --skill infra-deploy-srnichols
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infra-deploy
Source: https://github.com/srnichols/plan-forge/tree/main/presets/azure-iac/.github/skills/infra-deploy
Command: npx skills add https://github.com/srnichols/plan-forge --skill infra-deploy-srnichols

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires az, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the deployment and verification of Azure infrastructure using Bicep, Terraform, or azd, streamlining the process and reducing human error.

Core Features & Use Cases

  • Infrastructure Deployment: Validates, plans, deploys, and verifies Azure infrastructure.
  • Multiple Tools Support: Supports Bicep, Terraform, and azd for deployment.
  • Use Case: Ideal for deploying a completed infrastructure phase to an environment, ensuring that the deployment is successful and meets the required specifications.

Quick Start

Deploy infrastructure to the staging environment using Bicep: infra-deploy "staging bicep".

Frequently Asked Questions about infra-deploy

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

FAQPage Schema
How do I automate Azure infrastructure deployment and verification using Bicep?

Automate Azure infrastructure deployment by running pre-flight checks, what-if analysis, deployment, and verification steps using Bicep. The Skill streamlines this workflow by orchestrating the deployment process and validating that the infrastructure meets required specifications.

What is the best way to run Terraform plan and deploy infrastructure via Azure DevOps?

The best way to run Terraform plan and deploy infrastructure is to use an automation Skill that handles pre-flight checks, plan execution, deployment, and post-deployment verification. This reduces human error and ensures successful Azure infrastructure provisioning.

Do I need the Azure CLI to deploy infrastructure with Bicep or Terraform?

Yes, you need the Azure CLI installed to deploy infrastructure with Bicep or Terraform. The automation process requires the Azure CLI along with the relevant infrastructure as code tooling to execute pre-flight checks and deployment steps.

Can I use this to deploy infrastructure to a staging environment with azd?

Yes, you can deploy infrastructure to a staging environment with azd by specifying the target environment and tool. The Skill supports azd alongside Bicep and Terraform, applying pre-flight checks, deployment, and verification to the specified environment.

What steps are included in automated infrastructure as code deployment for Azure?

Automated infrastructure as code deployment for Azure includes pre-flight checks, what-if or plan analysis, the actual deployment, and post-deployment verification. These steps ensure the infrastructure is successfully provisioned and meets the required specifications.