azure-cli

Manage Azure cloud infrastructure and services via CLI commands.

50|13|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/chaterm/terminal-skills --skill azure-cli-chaterm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-cli
Source: https://github.com/chaterm/terminal-skills/tree/main/cloud-cli/azure-cli
Command: npx skills add https://github.com/chaterm/terminal-skills --skill azure-cli-chaterm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the management of Azure cloud resources, enabling users to perform common administrative tasks directly from the terminal without navigating the Azure portal.

Core Features & Use Cases

  • Resource Management: Create, list, update, and delete Azure resources like Virtual Machines, Storage Accounts, and AKS clusters.
  • Configuration & Authentication: Handle Azure login, subscription management, and default configuration settings.
  • Use Case: Quickly deploy a new virtual machine in a specific resource group and region, then open port 80 for web traffic.

Quick Start

Log in to Azure using the device code flow.

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 terminal without using the Azure portal?

You can manage Azure resources from the terminal by executing Azure CLI commands to handle virtual machines, storage accounts, and AKS clusters. This Skill provides scripts for common administrative tasks, enabling automated deployments and resource monitoring directly.

How do I authenticate and configure Azure CLI for subscription management?

Authenticate and configure Azure CLI by logging in using the device code flow. Once authenticated, you can manage your Azure subscriptions and set default configuration settings to streamline subsequent resource group operations and deployments.

Can I create a virtual machine and open port 80 for web traffic using CLI?

Yes, you can deploy a new virtual machine in a specific resource group and region using CLI commands. Through CLI scripting, you can then configure network security rules to open port 80 for web traffic efficiently.

What is the best way to administer Azure Kubernetes Service (AKS) clusters?

Administering AKS clusters is best handled through Azure CLI commands that support cluster administration and lifecycle management. This approach allows you to automate deployments and monitor resource states without navigating the web portal.

Does this Azure CLI approach work for configuring storage accounts?

Yes, the Azure CLI approach works for configuring storage accounts. It provides specific commands to create, list, update, and delete storage accounts, facilitating comprehensive cloud infrastructure management through terminal scripts.