azure-rbac
Azureのロールベースアクセス制御(RBAC)の開発、トラブルシューティング、ベストプラクティス、セキュリティ設定、統合に関する専門知識を提供し、RBACロール、ABAC条件、PIM、カスタムロール定義、ロール割り当ての管理を支援するSkill。
📜 元の英語説明(参考)
Expert knowledge for Azure Role-based access control development including troubleshooting, best practices, decision making, limits & quotas, security, configuration, and integrations & coding patterns. Use when managing Azure RBAC roles, ABAC conditions, PIM, custom role definitions, or role assignments via CLI/ARM, and other Azure Role-based access control related development tasks. Not for Azure Active Directory B2C (use azure-active-directory-b2c), Azure Information Protection (use azure-information-protection), Azure Policy (use azure-policy), Azure Security (use azure-security).
🇯🇵 日本人クリエイター向け解説
Azureのロールベースアクセス制御(RBAC)の開発、トラブルシューティング、ベストプラクティス、セキュリティ設定、統合に関する専門知識を提供し、RBACロール、ABAC条件、PIM、カスタムロール定義、ロール割り当ての管理を支援するSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o azure-rbac.zip https://jpskill.com/download/5760.zip && unzip -o azure-rbac.zip && rm azure-rbac.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/5760.zip -OutFile "$d\azure-rbac.zip"; Expand-Archive "$d\azure-rbac.zip" -DestinationPath $d -Force; ri "$d\azure-rbac.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
azure-rbac.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
azure-rbacフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-17
- 取得日時
- 2026-05-17
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
Azure ロールベースのアクセス制御スキル
このスキルは、Azure ロールベースのアクセス制御に関する専門的なガイダンスを提供します。トラブルシューティング、ベストプラクティス、意思決定、制限とクォータ、セキュリティ、構成、統合とコーディングパターンを網羅しています。ローカルのクイックリファレンスコンテンツとリモートのドキュメント取得機能を組み合わせています。
このスキルの使用方法
Agent への重要事項: 関連するセクションを見つけるには、以下のカテゴリインデックスを使用してください。行範囲を持つカテゴリ(例:
L35-L120)の場合は、指定された行でread_fileを使用してください。ファイルリンクを持つカテゴリ(例:[security.md](security.md))の場合は、リンクされた参照ファイルでread_fileを使用してください。
Agent への重要事項:
metadata.generated_atが 3 か月以上前の場合、ユーザーにリポジトリから最新バージョンをプルするように提案してください。mcp_microsoftdocsツールが利用できない場合、ユーザーにインストールを提案してください: インストールガイド
このスキルは、ドキュメントコンテンツを取得するためにネットワークアクセスを必要とします。
- 推奨: クエリ文字列
from=learn-agent-skillを指定してmcp_microsoftdocs:microsoft_docs_fetchを使用してください。Markdown を返します。 - フォールバック: クエリ文字列
from=learn-agent-skill&accept=text/markdownを指定してfetch_webpageを使用してください。Markdown を返します。
カテゴリインデックス
| カテゴリ | 行 | 説明 |
|---|---|---|
| トラブルシューティング | L35-L43 | Azure RBAC の問題の診断と修正: アクティビティログ監査、ロール/条件エラー、割り当て条件のトラブルシューティング、組み込みロールとカスタムロールの制限。 |
| ベストプラクティス | L44-L50 | Azure RBAC の設計に関するセキュリティ重視のガイダンス: スコープの選択、ABAC 条件によるアクセス委任、最小特権と職務分離のベストプラクティスの適用。 |
| 意思決定 | L51-L56 | ロールモデルの選択と移行に関するガイダンス: クラシック管理者から RBAC への移行、ABAC によるスケーリング、Azure vs Entra vs クラシックロールの選択、ディレクトリ間のサブスクリプション転送。 |
| 制限とクォータ | L57-L62 | ロール構造、アクセス許可の理解、Azure ポータルを使用した段階的な作成を含む、Azure RBAC カスタムロールの設計と管理。 |
| セキュリティ | L63-L129 | Azure RBAC ロール、アクセス許可、ABAC 条件、カスタムロール、PIM: すべてのサービスカテゴリにわたる Azure リソースへのアクセスを割り当て、保護し、スコープを設定し、監査する方法。 |
| 構成 | L130-L140 | Azure RBAC/ABAC の構成: 前提条件、条件構文、ロール割り当て、組み込みロール vs カスタムロール、CLI および PowerShell を介したカスタムロール定義の作成と検査。 |
| 統合とコーディングパターン | L141-L156 | CLI、PowerShell、ポータル、REST、ARM/Bicep テンプレートを使用して Azure RBAC ロール割り当てを割り当て、一覧表示し、クエリする方法。マネージド ID とグループベースのアクセスを含む。 |
トラブルシューティング
| トピック | URL |
|---|---|
| アクティビティログを使用して Azure RBAC の変更を監査する | https://learn.microsoft.com/en-us/azure/role-based-access-control/change-history-report |
| Azure RBAC 条件に関する一般的な問題を解決する | https://learn.microsoft.com/en-us/azure/role-based-access-control/conditions-faq |
| Azure RBAC ロール割り当て条件のトラブルシューティング | https://learn.microsoft.com/en-us/azure/role-based-access-control/conditions-troubleshoot |
| Azure RBAC ロールとカスタムロールの制限の問題を解決する | https://learn.microsoft.com/en-us/azure/role-based-access-control/troubleshoot-limits |
| 一般的な Azure RBAC の問題を診断して解決する | https://learn.microsoft.com/en-us/azure/role-based-access-control/troubleshooting |
ベストプラクティス
| トピック | URL |
|---|---|
| Azure RBAC のセキュリティ重視のベストプラクティスを適用する | https://learn.microsoft.com/en-us/azure/role-based-access-control/best-practices |
| ABAC 条件で RBAC を委任するためのパターン例 | https://learn.microsoft.com/en-us/azure/role-based-access-control/delegate-role-assignments-examples |
| アクセスに適した Azure RBAC スコープを選択する | https://learn.microsoft.com/en-us/azure/role-based-access-control/scope-overview |
意思決定
| トピック | URL |
|---|---|
| ABAC と属性を使用して Azure RBAC 割り当てをスケーリングする | https://learn.microsoft.com/en-us/azure/role-based-access-control/conditions-custom-security-attributes-example |
| Entra ディレクトリ間で Azure サブスクリプションを転送する | https://learn.microsoft.com/en-us/azure/role-based-access-control/transfer-subscription |
制限とクォータ
| トピック | URL |
|---|---|
| Azure RBAC カスタムロールを理解し、構成する | https://learn.microsoft.com/en-us/azure/role-based-access-control/custom-roles |
| ポータルで Azure カスタムロールを作成する | https://learn.microsoft.com/en-us/azure/role-based-access-control/custom-roles-portal |
セキュリティ
(原文がここで切り詰められています)
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Azure Role-based access control Skill
This skill provides expert guidance for Azure Role-based access control. Covers troubleshooting, best practices, decision making, limits & quotas, security, configuration, and integrations & coding patterns. It combines local quick-reference content with remote documentation fetching capabilities.
How to Use This Skill
IMPORTANT for Agent: Use the Category Index below to locate relevant sections. For categories with line ranges (e.g.,
L35-L120), useread_filewith the specified lines. For categories with file links (e.g.,[security.md](security.md)), useread_fileon the linked reference file
IMPORTANT for Agent: If
metadata.generated_atis more than 3 months old, suggest the user pull the latest version from the repository. Ifmcp_microsoftdocstools are not available, suggest the user install it: Installation Guide
This skill requires network access to fetch documentation content:
- Preferred: Use
mcp_microsoftdocs:microsoft_docs_fetchwith query stringfrom=learn-agent-skill. Returns Markdown. - Fallback: Use
fetch_webpagewith query stringfrom=learn-agent-skill&accept=text/markdown. Returns Markdown.
Category Index
| Category | Lines | Description |
|---|---|---|
| Troubleshooting | L35-L43 | Diagnosing and fixing Azure RBAC problems: activity log auditing, role/condition errors, assignment condition troubleshooting, and limits for built‑in and custom roles. |
| Best Practices | L44-L50 | Security-focused guidance on designing Azure RBAC: choosing scopes, delegating access with ABAC conditions, and applying least privilege and separation-of-duties best practices. |
| Decision Making | L51-L56 | Guidance on choosing and migrating role models: moving from classic admins to RBAC, scaling with ABAC, selecting Azure vs Entra vs classic roles, and transferring subscriptions between directories. |
| Limits & Quotas | L57-L62 | Designing and managing Azure RBAC custom roles, including understanding role structure, permissions, and step-by-step creation using the Azure portal |
| Security | L63-L129 | Azure RBAC roles, permissions, ABAC conditions, custom roles, and PIM: how to assign, secure, scope, and audit access to Azure resources across all service categories. |
| Configuration | L130-L140 | Configuring Azure RBAC/ABAC: prerequisites, condition syntax, role assignments, built‑in vs custom roles, and creating/inspecting custom role definitions via CLI and PowerShell |
| Integrations & Coding Patterns | L141-L156 | How to assign, list, and query Azure RBAC role assignments using CLI, PowerShell, portal, REST, ARM/Bicep templates, including managed identities and group-based access. |
Troubleshooting
| Topic | URL |
|---|---|
| Audit Azure RBAC changes using Activity Log | https://learn.microsoft.com/en-us/azure/role-based-access-control/change-history-report |
| Resolve common issues with Azure RBAC conditions | https://learn.microsoft.com/en-us/azure/role-based-access-control/conditions-faq |
| Troubleshoot Azure RBAC role assignment conditions | https://learn.microsoft.com/en-us/azure/role-based-access-control/conditions-troubleshoot |
| Resolve Azure RBAC role and custom role limit issues | https://learn.microsoft.com/en-us/azure/role-based-access-control/troubleshoot-limits |
| Diagnose and resolve common Azure RBAC issues | https://learn.microsoft.com/en-us/azure/role-based-access-control/troubleshooting |
Best Practices
| Topic | URL |
|---|---|
| Apply security-focused best practices for Azure RBAC | https://learn.microsoft.com/en-us/azure/role-based-access-control/best-practices |
| Example patterns for delegating RBAC with ABAC conditions | https://learn.microsoft.com/en-us/azure/role-based-access-control/delegate-role-assignments-examples |
| Choose appropriate Azure RBAC scopes for access | https://learn.microsoft.com/en-us/azure/role-based-access-control/scope-overview |
Decision Making
| Topic | URL |
|---|---|
| Scale Azure RBAC assignments using ABAC and attributes | https://learn.microsoft.com/en-us/azure/role-based-access-control/conditions-custom-security-attributes-example |
| Transfer Azure subscriptions between Entra directories | https://learn.microsoft.com/en-us/azure/role-based-access-control/transfer-subscription |
Limits & Quotas
| Topic | URL |
|---|---|
| Understand and configure Azure RBAC custom roles | https://learn.microsoft.com/en-us/azure/role-based-access-control/custom-roles |
| Create Azure custom roles in the portal | https://learn.microsoft.com/en-us/azure/role-based-access-control/custom-roles-portal |
Security
Configuration
| Topic | URL |
|---|---|
| Author Azure RBAC condition expressions and syntax | https://learn.microsoft.com/en-us/azure/role-based-access-control/conditions-format |
| Meet prerequisites to use Azure RBAC conditions | https://learn.microsoft.com/en-us/azure/role-based-access-control/conditions-prerequisites |
| Configure and interpret Azure RBAC role assignments | https://learn.microsoft.com/en-us/azure/role-based-access-control/role-assignments |
| Understand and configure Azure RBAC role definitions | https://learn.microsoft.com/en-us/azure/role-based-access-control/role-definitions |
| List and inspect Azure built-in and custom RBAC roles | https://learn.microsoft.com/en-us/azure/role-based-access-control/role-definitions-list |
| Create Azure custom RBAC roles using Azure CLI | https://learn.microsoft.com/en-us/azure/role-based-access-control/tutorial-custom-role-cli |
| Define Azure custom RBAC roles with PowerShell | https://learn.microsoft.com/en-us/azure/role-based-access-control/tutorial-custom-role-powershell |