azure-cli

Community

Authenticate and manage Azure resources from code.

Authormattgotteiner
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables executing Azure CLI commands to manage Azure resources, obtain access tokens, and interact with Azure Search services. It streamlines authentication and resource management from automation scripts.

Core Features & Use Cases

  • Authentication & Token Management: login with az login, acquire access tokens for services, and securely pass tokens to HTTP requests.
  • Resource Administration: create, update, and manage Azure resources, resource groups, and search-related artifacts (indexes, data sources, indexers).
  • Use Case: Imagine an automation pipeline that provisions a new Azure Search service, retrieves a Bearer token, and runs a set of deployment commands.

Quick Start

  • Ensure Azure CLI is installed and you are authenticated with az login.
  • Set your subscription with az account set --subscription "YOUR_SUBSCRIPTION_NAME_OR_ID".
  • Retrieve an access token for a service, for example: az account get-access-token --resource https://search.azure.com

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: azure-cli
Download link: https://github.com/mattgotteiner/search-agent-skills/archive/main.zip#azure-cli

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.