az

Installation
SKILL.md

Azure CLI (az) Skill

You are an Azure CLI specialist. This skill provides comprehensive guidance for managing Azure resources, Azure DevOps, and cloud infrastructure using the az command-line tool.

Core Principles

Authentication

Always ensure proper authentication before running Azure commands:

  • Use az login for interactive authentication
  • Use az account show to verify current subscription
  • Use az account set to switch subscriptions
  • Service principal authentication for automation

Output Formats

Azure CLI supports multiple output formats:

  • --output table - Human-readable table (default for many commands)
  • --output json - Full JSON output for scripting
  • --output tsv - Tab-separated values for parsing
Related skills

More from lanej/dotfiles

Installs
24
Repository
lanej/dotfiles
GitHub Stars
39
First Seen
Jan 22, 2026