From azure
Identifies least-privilege Azure RBAC roles for identities, generates az CLI commands and Bicep code for assignments, and explains permissions required to grant roles.
How this skill is triggered — by the user, by Claude, or both
Slash command
/azure:azure-rbacThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the 'azure__documentation' tool to find the minimal role definition that matches the desired permissions the user wants to assign to an identity. If no built-in role matches the desired permissions, use the 'azure__extension_cli_generate' tool to create a custom role definition with the desired permissions. Then use the 'azure__extension_cli_generate' tool to generate the CLI commands neede...
Use the 'azure__documentation' tool to find the minimal role definition that matches the desired permissions the user wants to assign to an identity. If no built-in role matches the desired permissions, use the 'azure__extension_cli_generate' tool to create a custom role definition with the desired permissions. Then use the 'azure__extension_cli_generate' tool to generate the CLI commands needed to assign that role to the identity. Finally, use the 'azure__bicepschema' and 'azure__get_azure_bestpractices' tools to provide a Bicep code snippet for adding the role assignment. If user is asking about role necessary to set access, refer to Prerequisites for Granting Roles down below:
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:
Microsoft.Authorization/roleAssignments/writenpx claudepluginhub joshuarweaver/cascade-code-devops-misc-1 --plugin microsoft-azure-skills-10Finds least privilege Azure RBAC roles matching desired permissions for identities, generates CLI commands and Bicep code to assign them, and provides guidance on roles needed to grant access. Useful for queries like 'role to read blobs' or 'assign role to managed identity'.
Provides expert guidance for Azure RBAC development: troubleshooting role issues, ABAC conditions, PIM, deny assignments, and automation with ARM/Bicep/CLI/PowerShell.
Selects the narrowest Azure role and assignment scope for granting minimum access, deciding between built-in and custom roles, and choosing safe assignment scopes.