azure-cli

Automate Azure resource management via CLI scripts for provisioning and administration.

1|2|Updated Dec 11, 2025
One-click install
npx skills add https://github.com/paulanunes85/three-horizons-accelerator-v4 --skill azure-cli-paulanunes85
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-cli
Source: https://github.com/paulanunes85/three-horizons-accelerator-v4/tree/main/.github/skills/azure-cli
Command: npx skills add https://github.com/paulanunes85/three-horizons-accelerator-v4 --skill azure-cli-paulanunes85

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires az, gh, jq, and includes scripts (resource) components.

What problem does it solve?

Azure CLI operations often require manual sequencing and repetitive commands to manage resources, authentication, and RBAC.

Core Features & Use Cases

  • AKS operations: Get credentials, show, node pools, and scale to streamline cluster management.
  • Resource management: List and query resources, assign RBAC roles, and manage Key Vault and ACR interactions.
  • Automation templates: Reusable scripts to bootstrap and govern Azure resources across environments.

Quick Start

Install Azure CLI, log in with az login, and run the provided scripts to bootstrap resources.

Frequently Asked Questions about azure-cli

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

FAQPage Schema
How do I automate Azure resource management across development and production environments?

Automate Azure resource management by executing reusable CLI scripts from the scripts directory to handle subscription-level provisioning, AKS administration, Key Vault, ACR operations, and RBAC configuration across development to production environments.

How do I scale AKS node pools and get cluster credentials using Azure CLI?

Scale AKS node pools and get cluster credentials by running targeted Azure CLI commands. The automation scripts streamline cluster management operations including showing node pools, getting credentials, and scaling clusters up or down.

Do I need az login and specific RBAC permissions to manage Key Vault and ACR resources?

Yes, managing Key Vault and ACR resources requires Azure CLI installed, an active az login session or managed identity, a selected subscription, and proper RBAC permissions configured to ensure deterministic automation across environments.

Can I use jq and gh with Azure CLI scripts to query resources and assign RBAC roles?

Yes, Azure CLI scripts support jq and gh dependencies to list, query resources, and assign RBAC roles. These tools combine to provide deterministic automation for bootstrapping and governing Azure resources across environments.

What's the best way to bootstrap Azure resources and reduce manual CLI command sequencing?

The best way to bootstrap Azure resources is using reusable automation templates and scripts that govern provisioning end-to-end. This approach eliminates manual CLI command sequencing by applying deterministic workflows across development and production environments.

Why does Azure CLI automation require a selected subscription and managed identity?

Azure CLI automation requires a selected subscription and managed identity or az login to establish proper authentication context. This ensures scripts execute with appropriate RBAC permissions for deterministic resource management across environments.