azure-defaults

Enforce Azure infrastructure standards including regions, tags, CAF naming, and security baselines.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/batuhanysv/sdx-agentic-infraops --skill azure-defaults-batuhanysv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-defaults
Source: https://github.com/batuhanysv/sdx-agentic-infraops/tree/main/.github/skills/azure-defaults
Command: npx skills add https://github.com/batuhanysv/sdx-agentic-infraops --skill azure-defaults-batuhanysv

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a single source of truth for Azure infrastructure configuration, ensuring consistency, compliance, and adherence to best practices across all deployments.

Core Features & Use Cases

  • Standardized Defaults: Defines default regions, required tags, naming conventions (CAF), and security baselines.
  • AVM-First Policy: Enforces the use of Azure Verified Modules (AVM) for resource deployment.
  • Use Case: When an agent needs to plan or generate Azure resources, it consults this Skill to ensure all naming, tagging, and security configurations align with organizational standards and Azure best practices.

Quick Start

Use the azure-defaults skill to get the default region for all Azure resources.

Frequently Asked Questions about azure-defaults

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

FAQPage Schema
How do I enforce Azure Cloud Adoption Framework naming conventions and mandatory tags during resource deployment?

Azure infrastructure standards provide a single source of truth for default regions, mandatory tags, Cloud Adoption Framework (CAF) naming conventions, and security baselines. By consulting these defaults, agents ensure generated Azure resources align with organizational compliance automatically.

What is an AVM-first deployment policy for Azure infrastructure?

An AVM-first deployment policy mandates the use of Azure Verified Modules (AVM) for generating Azure resources. This enforces standardized, Microsoft-verified infrastructure provisioning to maintain consistency and adherence to Azure best practices.

Can I use Azure Verified Modules with my existing security baselines and governance policies?

Yes, Azure Verified Modules can be used with existing security baselines and governance policies. The standards configuration facilitates AVM-first deployment while providing security baselines and default regions to ensure modules comply with your framework.

How do I set default regions for Azure resources across multiple deployments?

To set default regions for Azure resources, you establish a centralized infrastructure standards configuration. This acts as a reference index, providing consistent default region settings and mandatory tags for any agent planning Azure deployments.

What are the limitations of using standardized defaults for Azure infrastructure configuration?

The limitation of using standardized Azure defaults is that strict adherence to default regions, mandatory tags, and AVM-first policies may restrict custom configurations. If resource requirements deviate from CAF naming conventions, overrides must be managed carefully.