azure-validate

Validate Azure resources for configuration, infrastructure, RBAC, and prerequisites before deployment.

12|1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/jorgeasaurus/agent-skills --skill azure-validate-jorgeasaurus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-validate
Source: https://github.com/jorgeasaurus/agent-skills/tree/main/azure-validate
Command: npx skills add https://github.com/jorgeasaurus/agent-skills --skill azure-validate-jorgeasaurus

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Bicep, Terraform, Azure CLI, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of ensuring that Azure resources are ready for deployment by performing deep checks on configuration, infrastructure, RBAC role assignments, managed identity permissions, and prerequisites.

Core Features & Use Cases

  • Pre-deployment Validation: Run checks on configuration, infrastructure (Bicep or Terraform), RBAC roles, managed identity permissions, and prerequisites.
  • Automated Checks: Execute validation commands for recipes, static role verification, and proof recording.
  • Troubleshooting: Diagnose and resolve deployment errors, including Azure Functions, function apps, and serverless deployments.
  • Use Case: Before deploying an Azure application, use this Skill to ensure all prerequisites are met and configurations are correct.

Quick Start

Run the azure-validate skill to perform pre-deployment checks on your Azure resources.

Frequently Asked Questions about azure-validate

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

FAQPage Schema
How do I validate Azure infrastructure configuration before deployment?

Pre-deployment validation automates checks on Azure resources by verifying configuration, RBAC role assignments, and managed identity permissions before deployment. It ensures infrastructure readiness using Bicep or Terraform templates.

What's the best way to check RBAC role assignments and managed identity permissions for Azure resources?

Checking RBAC role assignments and managed identity permissions requires automated validation scripts that perform static role verification. This ensures identities have correct permissions before deploying Azure infrastructure.

Do I need Bicep and Terraform to run pre-deployment checks on Azure resources?

Yes, you need Bicep, Terraform, and Azure CLI installed to run pre-deployment checks on Azure resources. These dependencies are required for infrastructure validation and RBAC verification during the deployment process.

Can I use automated validation to troubleshoot Azure Functions deployment errors?

Yes, automated validation can diagnose and resolve Azure Functions deployment errors. It executes validation commands for recipes and proof recording to troubleshoot function apps and serverless deployment issues effectively.

Why does my Azure deployment fail due to missing prerequisites?

Azure deployment fails due to missing prerequisites when configuration, infrastructure, or permissions are incomplete. Running pre-deployment validation identifies these gaps by checking Bicep or Terraform templates and RBAC requirements beforehand.