azure-role-selector
특정 권한 요구사항에 맞는 최소 권한 Azure 역할을 선택하기 위한 가이드입니다. Azure 기본 제공 역할을 검색하여 원하는 권한에 가장 적합한 최소 역할을 찾거나, 적합한 기본 제공 역할이 없을 경우 사용자 지정 역할 정의를 생성합니다. 역할 할당을 ID에 적용하기 위한 CLI 명령어 및 Bicep 코드 스니펫을 제공합니다. Azure 문서, 모범 사례 및 Bicep 스키마 도구를 통합하여 역할 구성을 추천하고 구현합니다.
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.