azure-infra

Query Azure resources and propose confirmed changes via Azure CLI.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/bmdhodl/azure-infra-skill --skill azure-infra
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-infra
Source: https://github.com/bmdhodl/azure-infra-skill/tree/main
Command: npx skills add https://github.com/bmdhodl/azure-infra-skill --skill azure-infra

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps operators and engineers quickly query Azure resources, audit configurations, and monitor health using natural language prompts while preventing unintended changes.

Core Features & Use Cases

  • Query & audit: Retrieve details for VMs, Storage accounts, IAM, Functions, AKS, App Service, Key Vault, Azure Monitor, and billing via Azure CLI with portal context.
  • Safety-first changes: Propose or execute changes only after explicit user confirmation and provide clear, command-level previews.
  • Monitoring & costs: Provide health metrics, security checks, RBAC visibility, and Cost Management insights to guide decisions.

Quick Start

  • Ensure you are authenticated to Azure: az login --use-device-code or az account show to verify current session.
  • If multiple subscriptions exist, select the appropriate one; otherwise use the default subscription.
  • Ask questions or request changes in plain language; for any write action, request explicit confirmation before running commands.

Frequently Asked Questions about azure-infra

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

FAQPage Schema
How do I query Azure resources and audit configurations using natural language?

This Skill automates Azure resource inquiries through chat, letting you query VMs, Storage, IAM, Functions, AKS, App Service, Key Vault, and Azure Monitor via the Azure CLI without writing commands manually. It returns configuration details and audit insights in plain language.

Can I make changes to Azure resources safely through this Skill?

Yes. The Skill enforces a safety-first model: it proposes changes only after you explicitly confirm, provides command-level previews before execution, and defaults to read-only analysis unless you authorize writes. Dry-run support is available where applicable.

What Azure services and resources does this Skill cover?

The Skill handles VMs, Storage accounts, IAM and RBAC, Functions, AKS clusters, App Service, Key Vault, Azure Monitor metrics, and billing insights. It works with the Azure CLI to retrieve and analyze data across these services.

How do I get started if I have multiple Azure subscriptions?

Authenticate first using `az login --use-device-code` or verify your session with `az account show`. If multiple subscriptions exist, select the appropriate one before querying; otherwise the default subscription will be used automatically.

Can I use this Skill to monitor costs and perform RBAC audits?

Yes. The Skill provides Cost Management insights, health metrics, and security checks including RBAC visibility, helping you monitor spending and audit access controls across your Azure environment.

What happens if I request a write action without explicit confirmation?

The Skill will not execute any write action without your explicit confirmation. It proposes changes with clear command previews so you can review exactly what will run before authorizing it.