azure-cli

Execute Azure CLI commands for cloud resource and AKS cluster management.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/3horizons/agentic-devops-platform --skill azure-cli-3horizons
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-cli
Source: https://github.com/3horizons/agentic-devops-platform/tree/main/.github/skills/azure-cli
Command: npx skills add https://github.com/3horizons/agentic-devops-platform --skill azure-cli-3horizons

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies and streamlines the management of Azure cloud resources, enabling efficient querying, configuration, and operational tasks directly from the command line.

Core Features & Use Cases

  • Resource Queries: Quickly list and inspect Azure resources, including AKS clusters, Key Vault secrets, and ACR repositories.
  • AKS Management: Perform essential operations on Azure Kubernetes Service clusters, such as getting credentials, scaling node pools, and viewing cluster details.
  • Security Operations: Manage secrets in Azure Key Vault and view tags for Azure Container Registries.
  • Use Case: An SRE needs to quickly check the status of all AKS clusters in a specific resource group and scale up a node pool on one of them.

Quick Start

Use the azure-cli skill to list all resources in the 'my-resource-group' resource group.

Frequently Asked Questions about azure-cli

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

FAQPage Schema
How do I manage Azure resources from the command line?

You can manage Azure resources from the command line by executing Azure CLI commands to query, configure, and operate cloud infrastructure, including AKS clusters, ACR repositories, and Key Vault secrets.

How do I scale an AKS cluster node pool using CLI?

To scale an AKS cluster node pool using CLI, you run specific Azure CLI commands that target the Azure Kubernetes Service, allowing you to adjust node counts and view cluster details efficiently.

Can I retrieve Azure Key Vault secrets using command line operations?

Yes, you can retrieve Azure Key Vault secrets using command line operations by executing Azure CLI commands designed for security operations, enabling direct access to stored secrets.

Do I need to install Azure CLI separately to manage cloud resources?

Yes, you need to install Azure CLI separately and complete authentication to manage cloud resources, as this skill provides the command logic but relies on the local CLI environment being configured.

What is the best way to query resources in a specific Azure resource group?

The best way to query resources in a specific Azure resource group is to use Azure CLI commands, which allow you to quickly list and inspect all contained cloud resources and their configurations.

Can I configure RBAC and view ACR tags for Azure Container Registries?

Yes, you can configure RBAC and view ACR tags for Azure Container Registries by executing Azure CLI commands that handle repository management and access control configuration.