azure-rbac

Find minimal Azure RBAC roles, generate assignment commands, and provide Bicep infrastructure code.

microsoft ↓ 466k
Claude Code
View source ↗

What it does

  • User Access Administrator (least privilege - recommended for role assignment only)
  • Owner (full access including role assignment)
  • Custom Role with Microsoft.Authorization/roleAssignments/write

Requirements & configuration

  • To assign RBAC roles to identities, you need a role that includes the Microsoft.Authorization/roleAssignments/write permission. The most common roles with this permission are:

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Find minimal Azure RBAC roles, generate assignment commands, and provide Bicep infrastructure code.

Source

Repository: https://github.com/microsoft/azure-skills

azure-rbac FAQ

What does the azure-rbac skill do?

Helps users find the right Azure RBAC role for an identity with least privilege access, then generate CLI commands and Bicep code to assign it. Also provides guidance on permissions required to grant roles. WHEN: bicep for role assignment, what role should I assign, least privilege role, RBAC role for, role to read blobs, role for managed identity, custom role definition, assign role to identity, what role do I need to grant access, permissions to assign roles. User Access Administrator (least privilege - recommended for role assignment only) Owner (full access including role assignment)

What does azure-rbac require?

To assign RBAC roles to identities, you need a role that includes the Microsoft.Authorization/roleAssignments/write permission. The most common roles with this permission are:

How do I install azure-rbac?

Run: npx -y skills add https://github.com/microsoft/azure-skills --skill azure-rbac --agent claude-code — the source lives at github.com/microsoft/azure-skills.

Maintain azure-rbac?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

azure-rbac on getagentictools
[![azure-rbac on getagentictools](https://getagentictools.com/badge/skills/microsoft-azure-skills-azure-rbac.svg)](https://getagentictools.com/skills/microsoft-azure-skills-azure-rbac?ref=badge)
npx agentictools info skills/microsoft-azure-skills-azure-rbac

The second line is the CLI lookup for this page — handy in READMEs and docs.