azure-connector

Install and configure the Azure CLI across macOS, Linux, and Windows.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/selrai-company/claude-workshop-kit --skill azure-connector
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-connector
Source: https://github.com/selrai-company/claude-workshop-kit/tree/main/skills/azure-connector
Command: npx skills add https://github.com/selrai-company/claude-workshop-kit --skill azure-connector

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill installs and configures the Azure command-line (az) on a user's laptop and guides them through authentication and subscription setup so they can manage Azure services locally without manual troubleshooting.

Core Features & Use Cases

  • One-time installation: Detects the operating system and walks the user through installing az using Homebrew, apt, dnf, or winget.
  • Authentication and subscription management: Guides az login flows, device-code authentication, subscription selection, and creation of service principals for CI/CD automation.
  • Operational commands and fallbacks: Provides common commands for Storage, App Service, VMs, Key Vault, and uses Playwright to navigate the Azure Portal when CLI or browser flows fail.
  • Use Case: Set up az on a developer laptop, sign in, choose a subscription, and run a command to list resource groups or upload a blob.

Quick Start

Use the azure-connector skill to install and sign in to the Azure CLI and set your default subscription.

Frequently Asked Questions about azure-connector

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

FAQPage Schema
How do I install the Azure CLI on macOS, Linux, and Windows?

To install the Azure CLI, the system detects your OS and walks you through setup using Homebrew, apt, dnf, or winget. This installs the az command-line tool so you can manage Azure services locally on your laptop.

How does az login device-code authentication work for the Azure CLI?

Az login device-code authentication provides a code to enter in a browser, allowing you to sign in securely. This handles user authentication when standard browser flows fail, enabling local management of Microsoft Azure services.

Can I use the Azure CLI to create a service principal for CI/CD automation?

Yes, you can use the Azure CLI to create a service principal for CI/CD automation. This involves configuring authentication and subscription selection to generate credentials needed for automated Azure service management tasks.

What is the best way to fix Azure CLI login issues when browser flows fail?

When browser flows fail, the best way to fix Azure CLI login issues is using a Playwright-guided portal fallback. This automates navigation to the Azure Portal to complete authentication and subscription setup.

Do I need a specific package manager to set up az on my laptop?

You need a package manager to set up az, but the specific tool depends on your OS. The system supports Homebrew for macOS, apt for Linux, dnf for Linux, or winget for Windows to complete the installation.

Why does my Azure CLI installation require selecting a subscription?

Your Azure CLI installation requires selecting a subscription to define the default scope for your resources. This ensures commands for managing storage, app services, and resource groups target the correct Azure environment.