azure-cli

Manages Azure resources including VMs, clusters, and app deployments via command line.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the management of Azure cloud resources, including virtual machines, storage accounts, and Kubernetes clusters, directly from the command line.

Core Features & Use Cases

  • Resource Management: Create, list, update, and delete Azure resources like resource groups, VMs, and storage accounts.
  • Kubernetes Operations: Deploy and manage Azure Kubernetes Service (AKS) clusters, including credential retrieval and scaling.
  • App Service Deployment: Create and deploy web applications to Azure App Service.
  • Use Case: Quickly provision a new resource group, deploy a virtual machine with specific configurations, and open a port for web traffic, all through a single, streamlined command.

Quick Start

Use the azure-cli skill to create a new resource group named 'myTestResourceGroup' in the 'eastus' location.

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 virtual machines and storage accounts from the command line?▼

You can manage Azure virtual machines and storage accounts from the command line by using CLI operations to provision, configure, and delete resources directly through the Azure API.

Can I deploy and scale Azure Kubernetes Service clusters using CLI?▼

Yes, you can deploy and scale Azure Kubernetes Service clusters using CLI commands that handle cluster creation, credential retrieval, and node scaling directly.

What's the best way to provision a resource group and deploy a VM in Azure?▼

The best way to provision a resource group and deploy a VM in Azure is using a streamlined CLI command that creates the group, configures the VM, and opens ports for web traffic.

Does this CLI approach support deploying web applications to Azure App Service?▼

Yes, this CLI approach supports deploying web applications to Azure App Service by executing commands that create the service and deploy your application directly.

Can I monitor Azure cloud resources after provisioning them through the CLI?▼

Yes, you can monitor Azure cloud resources after provisioning them through the CLI, as the interface facilitates ongoing configuration, deployment, and monitoring via the Azure API.