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.
Install
npx skills add https://github.com/agentskillexchange/skills/tree/main/skills/azure-cli-microsoft-cloud
claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install agentskillexchange-skills@llmmart
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:
- Docker
Docker
Basic usage or getting-started notes:
Take a test run now from Azure Cloud Shell!
Please refer to the install guide for detailed install instructions.
A list of common install issues and their resolutions are available at install troubleshooting.
Extracted from upstream docs: https://raw.githubusercontent.com/Azure/azure-cli/HEAD/README.md
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: - [](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.
Reviews (0)
No reviews yet.
No comments yet.