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.