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 loginfor interactive authentication - Use
az account showto verify current subscription - Use
az account setto switch subscriptions - Service principal authentication for automation