azure-validate

Validate Azure environments and configurations before deployment using Bicep or Terraform.

6|2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/jonathan-vella/azure-smb-rf --skill azure-validate-jonathan-vella
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-validate
Source: https://github.com/jonathan-vella/azure-smb-rf/tree/main/.github/skills/azure-validate
Command: npx skills add https://github.com/jonathan-vella/azure-smb-rf --skill azure-validate-jonathan-vella

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the need for thorough validation before deploying Azure resources, ensuring that configurations, infrastructure, permissions, and prerequisites are all in place and compliant with best practices.

Core Features & Use Cases

  • Pre-deployment Validation: Run deep checks on configuration, infrastructure (Bicep or Terraform), permissions, and prerequisites.
  • Triggers: Check app readiness, validate azure.yaml or Bicep, run preflight checks, troubleshoot deployment errors.
  • Use Case: Before deploying an Azure application, use this Skill to validate the environment, configurations, and permissions to ensure a smooth deployment process.

Quick Start

Run the azure-validate skill to perform pre-deployment validation for your Azure environment.

Frequently Asked Questions about azure-validate

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

FAQPage Schema
How do I run pre-deployment validation for Azure infrastructure as code?

Azure pre-deployment validation checks infrastructure configurations, permissions, and prerequisites before deployment. It validates Bicep or Terraform projects to ensure environment readiness and compliance with best practices.

Does Azure preflight validation work with both Bicep and Terraform?

Azure preflight validation supports both Bicep and Terraform projects. It checks infrastructure configurations and permissions using the Azure CLI across both infrastructure as code frameworks.

Can I validate Azure permissions and configurations before deploying an app?

You can validate Azure permissions and configurations before deploying an app. Pre-deployment validation runs deep checks on infrastructure, permissions, and prerequisites to ensure a smooth deployment process.

Do I need to prepare my Azure environment before running validation checks?

You must execute the azure-prepare setup successfully before running Azure validation checks. The validation process requires this preparatory step to ensure the environment is ready for deep configuration and permission checks.

What is the best way to troubleshoot Azure deployment readiness errors?

Running pre-deployment validation is the best way to troubleshoot Azure deployment readiness errors. It performs preflight checks on azure.yaml, Bicep, or Terraform configurations to identify infrastructure and permission issues before they cause failures.

What are the limitations of Azure infrastructure validation before deployment?

Azure infrastructure validation requires the Azure CLI, Bicep, and Terraform dependencies to be installed. It only validates pre-deployment readiness and does not execute or modify the actual infrastructure deployment itself.