azure-role-selector

作者: github

选择最低权限Azure角色的指南,以匹配特定权限需求。搜索Azure内置角色,找到符合所需权限的最小角色,或在没有合适内置角色时生成自定义角色定义。提供用于向身份应用角色分配的CLI命令和Bicep代码片段。集成Azure文档、最佳实践和Bicep模式工具,以推荐和实施角色配置。

npx skills add https://github.com/github/awesome-copilot --skill azure-role-selector

Use 'Azure MCP/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 'Azure MCP/extension_cli_generate' tool to create a custom role definition with the desired permissions). Use 'Azure MCP/extension_cli_generate' tool to generate the CLI commands needed to assign that role to the identity and use the 'Azure MCP/bicepschema' and the 'Azure MCP/get_bestpractices' tool to provide a Bicep code snippet for adding the role assignment.