azure-cli

Manage Azure cloud resources via the Azure CLI.

3|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/jholhewres/devclaw-skills --skill azure-cli-jholhewres
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-cli
Source: https://github.com/jholhewres/devclaw-skills/tree/main/skills/azure-cli
Command: npx skills add https://github.com/jholhewres/devclaw-skills --skill azure-cli-jholhewres

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the management of Azure cloud resources, allowing users to interact with virtual machines, app services, blob storage, and Azure SQL databases directly from the command line.

Core Features & Use Cases

  • Resource Management: Create, view, start, and stop Azure Virtual Machines.
  • Application Deployment: Deploy applications to Azure App Service and manage their configurations.
  • Data Storage Operations: Upload and download files to/from Azure Blob Storage.
  • Database Management: List and view Azure SQL databases.
  • Use Case: Deploy a new web application to Azure App Service by zipping your code and using the az webapp deployment source config-zip command.

Quick Start

Use the azure-cli skill to list all virtual machines in the 'myResourceGroup'.

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 from the command line?

You can manage Azure virtual machines from the command line by executing operations to list, start, stop, and create VMs directly within your specified resource groups.

What's the best way to deploy a web app to Azure App Service?

Deploying a web app to Azure App Service can be done by zipping your application code and running the az webapp deployment source config-zip command to push it to the cloud.

Can I upload and download files to Azure Blob Storage using a CLI?

Yes, you can upload and download files to Azure Blob Storage using command-line operations, enabling direct data transfer to and from your cloud storage containers.

Do I need the Azure CLI tool installed to manage Azure SQL databases?

Yes, the Azure CLI tool must be installed and authenticated on your local machine before you can list and view Azure SQL databases or interact with other cloud resources.

Does this approach support creating new resources or only listing existing ones?

This approach supports both creating new resources and listing existing ones, allowing you to provision VMs and deploy applications alongside viewing current cloud infrastructure.