azure-architecture-review

Analyze Terraform Azure configurations for CAF and WAF compliance.

19|5|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/thomast1906/github-copilot-skills-terraform --skill azure-architecture-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-architecture-review
Source: https://github.com/thomast1906/github-copilot-skills-terraform/tree/main/.github/skills/azure-architecture-review
Command: npx skills add https://github.com/thomast1906/github-copilot-skills-terraform --skill azure-architecture-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps software teams ensure Terraform Azure configurations align with the Microsoft Cloud Adoption Framework (CAF) and the Azure Well-Architected Framework (WAF), enabling governance and architecture oversight in code.

Core Features & Use Cases

  • CAF/WAF alignment checks: Evaluate Terraform modules for naming, tagging, security posture, and architectural patterns against CAF and WAF guidance.
  • PR and code-review integration: Provide actionable feedback during pull requests to enforce governance.
  • Architecture validation: Assess Terraform designs for CAF/WAF compliance across common Azure services (Networking, Compute, Storage, Security).

Quick Start

  • Example usage: azure-architecture-review review --path ./terraform --framework caf,waf

Frequently Asked Questions about azure-architecture-review

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

FAQPage Schema
How do I validate Terraform Azure configurations against CAF and WAF compliance?

To validate Terraform Azure configurations against CAF and WAF compliance, run an architecture review on your Terraform path to enforce governance, assess naming, tagging, and security posture across networking, compute, and storage resources.

Can I automate CAF and WAF architecture reviews for Azure pull requests?

Yes, you can automate CAF and WAF architecture reviews for Azure pull requests by integrating this validation into your PR code-review process, providing actionable feedback on deployment readiness, security posture, and operational diagnostics.

What does an Azure architecture review check for in Terraform code?

An Azure architecture review checks Terraform code for CAF and WAF alignment, evaluating naming conventions, tagging, security posture, governance, architectural patterns, and operational diagnostics across common Azure services.

Does this architecture review support both CAF and WAF frameworks simultaneously?

Yes, this architecture review supports both CAF and WAF frameworks simultaneously, allowing you to evaluate Terraform modules against the Cloud Adoption Framework and Well-Architected Framework by specifying both in the review command.

How do I run an architecture review on a specific Terraform directory?

To run an architecture review on a specific Terraform directory, execute the review command with the path to your Terraform project and specify the target frameworks, which analyzes your configurations for compliance and deployment readiness.

What Azure resource categories are covered by the CAF and WAF validation?

The CAF and WAF validation covers Azure networking, compute, storage, and security resource categories, assessing architectural patterns and ensuring deployment readiness across these core infrastructure components in your Terraform code.