Deploy — IaC Execution & Health Verification

Execute validated IaC templates against Azure with preflight and health checks.

1.4k|224|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/microsoft/azure-skills --skill deploy-iac-execution-health-verification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Deploy — IaC Execution & Health Verification
Source: https://github.com/microsoft/azure-skills/tree/main/.github/plugins/azure-skills/skills/azure-app-onboard/deploy
Command: npx skills add https://github.com/microsoft/azure-skills --skill deploy-iac-execution-health-verification

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the complex, multi-step process of deploying Infrastructure-as-Code (IaC) to Azure, ensuring that resources are not only provisioned but also verified for health and functional readiness.

Core Features & Use Cases

  • Validated IaC Execution: Orchestrates deployment of Bicep or Terraform templates with mandatory preflight checks and approval gates.
  • Automated Health Verification: Performs multi-service health checks, including endpoint probing and SCM policy management.
  • Healing & Recovery: Implements a structured healing loop for transient failures and region-based deployment fallbacks.

Quick Start

Invoke the deploy skill to execute the validated infrastructure plan and verify the health of all provisioned Azure services.

Frequently Asked Questions about Deploy — IaC Execution & Health Verification

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

FAQPage Schema
How do I automate Azure Bicep deployment and verify resource health?

You can automate Azure Bicep deployment and verify resource health by executing validated Infrastructure-as-Code templates with mandatory preflight checks, automated endpoint probing, and structured healing loops for transient failures.

Can I use this to deploy Terraform templates to Azure environments?

Yes, you can use this to deploy Terraform templates to Azure environments. The execution engine orchestrates validated Infrastructure-as-Code templates while enforcing strict preflight checks, health verification, and post-deployment artifact finalization.

Do I need Azure CLI to execute Infrastructure-as-Code deployments?

Yes, you need Azure CLI to execute Infrastructure-as-Code deployments. It requires Azure CLI and structured session manifests to ensure deterministic and secure infrastructure state management throughout the resource provisioning lifecycle.

How does automated health verification work after Azure resource provisioning?

Automated health verification works by performing multi-service health checks, including endpoint probing and SCM policy management, after Azure resource provisioning to ensure functional readiness and validate the deployed infrastructure state.

What happens if transient failures occur during IaC deployment to Azure?

If transient failures occur during IaC deployment to Azure, a structured healing loop implements recovery protocols and region-based deployment fallbacks to automatically resolve errors and ensure successful infrastructure state management.

What is the best way to manage deterministic infrastructure state with Bicep?

The best way to manage deterministic infrastructure state with Bicep is using structured session manifests and strict preflight approval gates, ensuring validated execution and secure resource provisioning throughout the deployment lifecycle.