The azure-rbac skill helps users identify the least-privilege Azure RBAC role needed for a specific identity and generates the corresponding CLI commands and Bicep code to assign it. It serves Azure administrators and developers who need to grant role-based access while following security best practices. The skill solves the problem of role selection complexity by matching desired permissions to built-in roles, creating custom roles when necessary, and providing the automation code to implement role assignments.
npx skills add https://github.com/microsoft/github-copilot-for-azure --skill azure-rbac