AI AGENT ADDONS

Azure has many built-in roles for controlling access to resources. You want to give someone only the permissions they need. This skill helps you find the exact role with the least privilege.

It works for any identity like a user or a managed identity. The skill can generate CLI commands to assign the role. It can also create Bicep code for your infrastructure templates.

If no built-in role matches, it will create a custom role definition. You also get guidance on what permissions you need to assign roles yourself.

Add Azure Rbac skill to your workflow

Global

mkdir -p ~/.claude/skills/azure-rbac

Project

mkdir -p .claude/skills/azure-rbac

Source Repository

Stars
1,241
Forks
195
Watchers
1,241
License
MIT
Last Push
4 days ago
Created
4 months ago