azure-cli-operations

Manage Azure resources via Azure CLI for ACR, AKS, Storage, and Key Vault.

Updated Dec 13, 2025
One-click install
npx skills add https://github.com/AshleyHollis/yt-summarizer --skill azure-cli-operations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-cli-operations
Source: https://github.com/AshleyHollis/yt-summarizer/tree/main/.agents/skills/azure-cli-operations
Command: npx skills add https://github.com/AshleyHollis/yt-summarizer --skill azure-cli-operations

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill centralizes common Azure CLI tasks for infrastructure resources, enabling teams to quickly verify and manage container registries, Kubernetes clusters, storage accounts, and secret stores from a single source of truth.

Core Features & Use Cases

  • ACR operations: list image tags, show manifests, and enumerate repositories to validate deployments.
  • AKS operations: retrieve cluster credentials, inspect node pools, and fetch cluster details for troubleshooting.
  • Azure Storage operations: fetch connection strings, enumerate storage accounts and containers to validate access.
  • Key Vault operations: read secret values, list secrets, and check secret expiration to ensure valid credentials.
  • Use Case: A DevOps engineer uses these commands to confirm the new image tag exists in ACR, the AKS cluster is healthy, and required secrets are accessible.

Quick Start

Authenticate with Azure CLI and run the commands listed below to inspect resources.

Frequently Asked Questions about azure-cli-operations

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

FAQPage Schema
How do I manage Azure resources like AKS and ACR from the CLI?

You can manage Azure resources by running az cli commands for AKS and ACR to retrieve cluster credentials, inspect node pools, and list image tags to validate deployments across environments.

Can I use az cli to check Azure Key Vault secret expiration?

Yes, az cli supports Key Vault operations to read secret values, list secrets, and check secret expiration to ensure valid credentials are accessible for your infrastructure automation.

How do I fetch Azure Storage connection strings for scripting?

You can fetch Azure Storage connection strings, enumerate storage accounts, and list containers using az cli commands designed to validate access with outputs suitable for scripting and automation.

What is the best way to automate Azure infrastructure verification across environments?

Automating Azure infrastructure verification involves centralizing az cli commands for ACR, AKS, Storage, and Key Vault to quickly confirm image tags exist, clusters are healthy, and secrets are accessible.

Does this approach require authenticating with Azure CLI before inspecting resources?

Yes, authenticating with Azure CLI is the required prerequisite before running commands to inspect container registries, Kubernetes clusters, storage accounts, and secret stores across development and production environments.