azure-admin

Provision users, assign RBAC, and deploy Azure resources via CLI.

1|Updated Nov 14, 2025
One-click install
npx skills add https://github.com/rysweet/AzureHayMaker --skill azure-admin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-admin
Source: https://github.com/rysweet/AzureHayMaker/tree/main/.claude/skills/azure-admin
Command: npx skills add https://github.com/rysweet/AzureHayMaker --skill azure-admin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Azure administrators spend significant time provisioning users, configuring RBAC, orchestrating resource deployments, and enforcing governance across subscriptions. This Skill automates these recurring Azure administration tasks, reducing manual steps and minimizing mistakes.

Core Features & Use Cases

  • Identity & Access Management: user provisioning, RBAC assignments, service principals, managed identities
  • Resource Management: subscriptions, resource groups, ARM templates, and Bicep deployments
  • CLI & Tooling: az CLI patterns, azd workflows, and JMESPath queries
  • MCP Integration: Azure MCP server for AI-powered Azure operations
  • DevOps Automation: CI/CD pipelines, infrastructure as code, deployment strategies
  • Cost & Governance: budget management, policy enforcement, compliance

Quick Start

Ask Claude Code to list all resource groups in your subscription or create a new resource group named 'my-app-rg' in East US.

Frequently Asked Questions about azure-admin

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

FAQPage Schema
How do I automate user provisioning and RBAC assignments in Azure?

Automating user provisioning and RBAC assignments uses Azure CLI (az) commands or Bicep templates to bulk-create identities, assign role-based access control across subscriptions, and enforce governance policies without manual steps. This reduces provisioning time and access-control errors across resource groups.

Can I deploy Azure resources using Infrastructure as Code with Bicep templates?

Yes. Bicep templates define Azure resources declaratively, enabling repeatable deployments across subscriptions and resource groups. Azure CLI executes Bicep files as part of CI/CD pipelines, ensuring consistent infrastructure provisioning and version control.

What's the best way to manage Azure subscriptions and resource groups at scale?

Managing subscriptions and resource groups at scale uses Azure CLI patterns, ARM templates, or Bicep for bulk operations, combined with MCP-enabled workflows and policy enforcement. This approach centralizes governance, cost tracking, and compliance across your cloud infrastructure.

How do I integrate Azure administration into CI/CD pipelines?

Integration into CI/CD pipelines uses Azure Developer CLI (azd), Azure CLI scripting, and MCP workflows to automate resource deployment, RBAC configuration, and policy compliance as part of DevOps automation. This enables infrastructure updates triggered by code commits.

Can I use service principals and managed identities for automated Azure operations?

Yes. Service principals and managed identities enable automated Azure operations without storing credentials, supporting identity management, resource deployments, and AI-powered workflows through MCP integration. This secures end-to-end Azure automation.

How do I query and filter Azure resources using JMESPath with the Azure CLI?

JMESPath queries filter Azure CLI output to extract specific resource properties, enabling automation logic based on resource attributes, costs, or compliance status. This simplifies resource discovery and bulk operations across subscriptions.