azurecli

Installation
SKILL.md

Azure CLI (az)

The Azure CLI is the standard tool for managing Azure resources. 2025 brings deeper integration with Bicep (Azure's IaC language) and AI assistance.

When to Use

  • Management: Quickly creating Resource Groups or AKS clusters.
  • Automation: CI/CD pipelines targeting Azure.
  • Querying: Using JMESPath to find resources.

Quick Start

# Login
az login

# Set Subscription
az account set --subscription "My Subscription"
Related skills
Installs
1
GitHub Stars
7
First Seen
Feb 10, 2026