Claude Skill

Azure CLI — Command-Line Interface for Microsoft Azure

The Azure CLI provides cross-platform command-line access to Microsoft Azure services for managing VMs, databases, Kubernetes, AI services, and hundreds of cloud resources with consistent hierarchical commands.

LLM Mart · 0 points · 0 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download agentskillexchange-skills-skills_azure-cli-microsoft-cloud-07beb56.zip · 1 KB
Part of agentskillexchange/skills — 249 skills

Install

skills CLI npx skills add https://github.com/agentskillexchange/skills/tree/main/skills/azure-cli-microsoft-cloud
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install agentskillexchange-skills@llmmart
Git git clone https://github.com/agentskillexchange/skills.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole agentskillexchange/skills collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Azure CLI — Command-Line Interface for Microsoft Azure

The Azure CLI provides cross-platform command-line access to Microsoft Azure services for managing VMs, databases, Kubernetes, AI services, and hundreds of cloud resources with consistent hierarchical commands.

Prerequisites

Python 3.9+, pip or platform package manager

Installation

Use the upstream install or setup path that matches your environment:

  • \(docker run -u\)(id -u):$(id -g) -v $:/home/az -e HOME=/home/az --rm -it mcr.microsoft.com/azure-cli:
  • brew install --build-from-source azure-cli.rb

Requirements and caveats from upstream:

Basic usage or getting-started notes:

Documentation

Source

Files (skills)
  • SKILL.md 2.1 KB
    ---
    name: "Azure CLI — Command-Line Interface for Microsoft Azure"
    slug: "azure-cli-microsoft-cloud"
    description: "The Azure CLI provides cross-platform command-line access to Microsoft Azure services for managing VMs, databases, Kubernetes, AI services, and hundreds of cloud resources with consistent hierarchical commands."
    github_stars: 4502
    verification: "security_reviewed"
    source: "https://github.com/Azure/azure-cli"
    author: "Microsoft"
    category: "Developer Tools"
    framework: "Multi-Framework"
    tool_ecosystem:
      github_repo: "Azure/azure-cli"
      github_stars: 4502
    ---
    
    # Azure CLI — Command-Line Interface for Microsoft Azure
    
    The Azure CLI provides cross-platform command-line access to Microsoft Azure services for managing VMs, databases, Kubernetes, AI services, and hundreds of cloud resources with consistent hierarchical commands.
    
    ## Prerequisites
    
    Python 3.9+, pip or platform package manager
    
    ## Installation
    
    Use the upstream install or setup path that matches your environment:
    - $ docker run -u $(id -u):$(id -g) -v ${HOME}:/home/az -e HOME=/home/az --rm -it mcr.microsoft.com/azure-cli:<version>
    - brew install --build-from-source azure-cli.rb
    
    Requirements and caveats from upstream:
    - [![Python](https://img.shields.io/pypi/pyversions/azure-cli.svg?maxAge=2592000)](https://pypi.python.org/pypi/azure-cli)
    - [Docker](#docker)
    - ### Docker
    
    Basic usage or getting-started notes:
    - Take a test run now from [Azure Cloud Shell](https://portal.azure.com/#cloudshell)!
    - Please refer to the [install guide](https://learn.microsoft.com/cli/azure/install-azure-cli) for detailed install instructions.
    - A list of common install issues and their resolutions are available at [install troubleshooting](https://github.com/Azure/azure-cli/blob/dev/doc/install_troubleshooting.md).
    
    - Source: https://github.com/Azure/azure-cli
    - Extracted from upstream docs: https://raw.githubusercontent.com/Azure/azure-cli/HEAD/README.md
    
    ## Documentation
    
    - https://learn.microsoft.com/en-us/cli/azure/
    
    ## Source
    
    - [Agent Skill Exchange](https://agentskillexchange.com/skills/azure-cli-microsoft-cloud/)
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related