azure-role-selector
Hướng dẫn chọn vai trò Azure có đặc quyền tối thiểu phù hợp với yêu cầu quyền cụ thể. Tìm kiếm các vai trò tích hợp sẵn của Azure để tìm vai trò tối thiểu phù hợp với quyền mong muốn, hoặc tạo định nghĩa vai trò tùy chỉnh khi không có vai trò tích hợp sẵn nào phù hợp. Cung cấp lệnh CLI và đoạn mã Bicep để áp dụng phân công vai trò cho danh tính. Tích hợp tài liệu Azure, phương pháp hay nhất và công cụ lược đồ Bicep để đề xuất và triển khai cấu hình vai trò.
npx skills add https://github.com/github/awesome-copilot --skill azure-role-selectorUse '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.