azure

Manage Azure resources via the native az CLI.

16|2|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/kubiyabot/skill --skill azure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure
Source: https://github.com/kubiyabot/skill/tree/main/examples/native-skills/azure-skill
Command: npx skills add https://github.com/kubiyabot/skill --skill azure

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables AI agents to manage Azure resources directly through the native az CLI, streamlining cloud operations from the terminal.

Core Features & Use Cases

  • Native az CLI integration for Azure resource management (VMs, storage, SQL, AKS, and more).
  • Exposes a suite of tools such as vm-list, vm-start, vm-stop, vm-restart, vm-run-command, storage-list, storage-blob-list, storage-blob-upload, storage-blob-download, sql-list, sql-db-list, aks-list, aks-credentials, resource-list, resource-group-list, and monitor-metrics.
  • Use cases include provisioning, scaling, configuration, and routine maintenance automated by AI agents.

Quick Start

Use a simple example to inspect resources: skill run azure vm-list --resource_group production

Frequently Asked Questions about azure

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

FAQPage Schema
How do I automate Azure VM management from the command line?

You can automate Azure VM management by using the native az CLI to list, start, stop, restart, and run commands on virtual machines. This approach enables automated provisioning, scaling, and routine maintenance directly from AI agents.

What Azure resources can I manage using az CLI automation?

Azure CLI automation supports managing virtual machines, storage accounts and blobs, SQL databases, AKS clusters, and general resource groups. You can list, provision, scale, and perform maintenance on these resources across subscriptions.

Do I need to install Azure CLI and authenticate before managing Azure resources?

Yes, you must have the Azure CLI installed and authenticated before managing resources. Authentication requires either an interactive az login or a configured service principal to enable AI agents to execute commands.

Can I retrieve AKS credentials and monitor Azure resource metrics through the terminal?

Yes, you can retrieve AKS credentials using the aks-credentials command and monitor resource metrics using monitor-metrics. These tools allow you to access cluster configurations and track performance directly from the terminal.

How do I upload and download storage blobs in Azure using CLI commands?

You can manage Azure storage blobs by using the storage-blob-list, storage-blob-upload, and storage-blob-download commands. These az CLI operations allow you to list, transfer, and retrieve blob data within your storage accounts.

What is the best way to scale and maintain Azure infrastructure without manual portal access?

Using native az CLI commands through AI agents is the best way to scale and maintain Azure infrastructure. It exposes a suite of tools for provisioning, scaling, and routine maintenance across subscriptions, bypassing manual portal interaction.