AI AGENT ADDONS

Azure Role Selector

github/awesome-copilot

When you need to give someone access to Azure resources, picking the right role is important. This helper finds the best role that gives only the permissions needed. It follows the rule of least privilege to keep things secure.

The assistant looks up built-in roles in Azure. If no built-in role matches, it creates a custom role. Then it generates the CLI commands to apply the role. It also provides a Bicep code snippet for adding the role assignment in your infrastructure code.

Anyone managing Azure permissions can use this tool. It saves time and reduces security risks by giving just the right access.

Add Azure Role Selector skill to your workflow

Global

mkdir -p ~/.claude/skills/azure-role-selector

Project

mkdir -p .claude/skills/azure-role-selector

Source Repository

Stars
35,856
Forks
4,431
Watchers
35,856
License
MIT
Last Push
1 month ago
Created
1 year ago