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.
Global
mkdir -p ~/.claude/skills/azure-role-selectorProject
mkdir -p .claude/skills/azure-role-selectorSource Repository
Azure Deploymicrosoft/azure-skills
Run Azure deployment commands with error recovery for already-prepared apps
Azure Preparemicrosoft/azure-skills
Generate Azure infrastructure code and config files for deployment preparation
Azure Storagemicrosoft/azure-skills
Store files, messages, and data with Azure Storage services easily.
Azure Validatemicrosoft/azure-skills
Validate your Azure deployment with thorough preflight checks on all prerequisites
Azure Resource Lookupmicrosoft/azure-skills
Find any Azure resource across subscriptions and groups easily
Azure Aigatewaymicrosoft/azure-skills
Govern your AI models and tools with Azure API Management gateway
Azure Resource Visualizermicrosoft/azure-skills
Map your Azure resources with clear architecture diagrams in minutes
Azure Rbacmicrosoft/azure-skills
Find the least privilege Azure RBAC role and generate CLI and Bicep code