azure-role-selector
Panduan untuk memilih peran Azure dengan hak istimewa paling rendah yang sesuai dengan persyaratan izin tertentu. Mencari peran bawaan Azure untuk menemukan peran minimal yang cocok dengan izin yang diinginkan, atau menghasilkan definisi peran kustom jika tidak ada peran bawaan yang sesuai. Menyediakan perintah CLI dan cuplikan kode Bicep untuk menerapkan penetapan peran ke identitas. Mengintegrasikan dokumentasi Azure, praktik terbaik, dan alat skema Bicep untuk merekomendasikan dan menerapkan konfigurasi peran.
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.