azure-infrastructure

Provide Azure infrastructure naming and security patterns following Cloud Adoption Framework principles.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/3horizons/agentic-devops-platform --skill azure-infrastructure-3horizons
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-infrastructure
Source: https://github.com/3horizons/agentic-devops-platform/tree/main/.github/skills/azure-infrastructure
Command: npx skills add https://github.com/3horizons/agentic-devops-platform --skill azure-infrastructure-3horizons

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides guidance and best practices for designing, naming, and securing Azure infrastructure, ensuring consistency and adherence to industry standards.

Core Features & Use Cases

  • Naming Conventions: Standardized naming patterns for Azure resources like resource groups, AKS clusters, and Key Vaults.
  • Security Patterns: Recommendations for securing Azure resources, including Workload Identity, private endpoints, and NSGs.
  • Best Practices: Guidance on using Azure Verified Modules, CAF naming, and enabling diagnostic settings.
  • Use Case: A DevOps engineer needs to deploy a new AKS cluster and wants to ensure it follows the company's established naming conventions and security best practices.

Quick Start

Follow the Azure Verified Modules and CAF naming conventions for resource provisioning.

Frequently Asked Questions about azure-infrastructure

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

FAQPage Schema
What are the best practices for Azure resource naming conventions?

Azure resource naming conventions follow Cloud Adoption Framework (CAF) principles to ensure consistency across resource groups, AKS clusters, Key Vaults, and storage accounts. Standardized naming patterns help maintain organized and discoverable cloud infrastructure deployments.

How do I secure an AKS cluster deployment in Azure?

To secure an AKS cluster deployment in Azure, implement Workload Identity, configure private endpoints, and apply Network Security Groups (NSGs). These security patterns restrict access and protect resources during infrastructure provisioning.

What is the Cloud Adoption Framework (CAF) and how does it apply to Azure infrastructure?

The Cloud Adoption Framework (CAF) provides standardized guidance for designing and securing Azure infrastructure. It enforces consistent resource naming conventions and security patterns to ensure your cloud deployment adheres to industry standards.

Should I use Azure Verified Modules for infrastructure deployment?

You should use Azure Verified Modules for infrastructure deployment because they ensure adherence to CAF naming conventions and security best practices. They provide standardized, validated patterns for provisioning resource groups and AKS clusters.

How do I configure private endpoints and diagnostic settings for Azure storage accounts?

Configuring private endpoints and diagnostic settings for Azure storage accounts involves applying recommended security patterns and enabling diagnostic logging. Following CAF principles ensures your storage account deployment remains secure and observable.