jpskill.com
💼 ビジネス コミュニティ

azure-sre-agent

Azure SRE Agentの開発に関する専門知識を提供し、トラブルシューティング、設定、セキュリティ、統合、コーディングパターンなど、幅広い開発タスクをサポートするためのSkillです。

📜 元の英語説明(参考)

Expert knowledge for Azure Sre Agent development including troubleshooting, decision making, limits & quotas, security, configuration, and integrations & coding patterns. Use when wiring SRE Agent to DevOps/Teams/ServiceNow, configuring tools/subagents, securing RBAC, querying KQL, or tracking AI Unit usage, and other Azure Sre Agent related development tasks. Not for Azure Monitor (use azure-monitor), Azure Reliability (use azure-reliability), Azure Resiliency (use azure-resiliency), Azure Service Health (use azure-service-health).

🇯🇵 日本人クリエイター向け解説

一言でいうと

Azure SRE Agentの開発に関する専門知識を提供し、トラブルシューティング、設定、セキュリティ、統合、コーディングパターンなど、幅広い開発タスクをサポートするためのSkillです。

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o azure-sre-agent.zip https://jpskill.com/download/5784.zip && unzip -o azure-sre-agent.zip && rm azure-sre-agent.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/5784.zip -OutFile "$d\azure-sre-agent.zip"; Expand-Archive "$d\azure-sre-agent.zip" -DestinationPath $d -Force; ri "$d\azure-sre-agent.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して azure-sre-agent.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → azure-sre-agent フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-17
取得日時
2026-05-17
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

Azure Sre Agent スキル

このスキルは、Azure Sre Agent に関する専門的なガイダンスを提供します。トラブルシューティング、意思決定、制限とクォータ、セキュリティ、構成、および統合とコーディングパターンを網羅しています。ローカルのクイックリファレンスコンテンツとリモートドキュメント取得機能を組み合わせています。

このスキルの使用方法

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 を返します。

カテゴリインデックス

カテゴリ 説明
トラブルシューティング L34-L40 SRE Agent のデプロイ/操作の問題の診断と修正、KQL を使用したテレメトリとアクションのクエリ、および Agent を使用した AKS での Java パフォーマンスのトラブルシューティング
意思決定 L41-L49 詳細調査を使用するタイミング、Log Analytics と App Insights のどちらを選択するか、価格とリージョンを理解する方法、および Azure SRE Agent の意思決定のためのインシデント値メトリックの解釈に関するガイダンス。
制限とクォータ L50-L54 Azure SRE Agent の使用状況、AI Unit の消費量、制限を追跡し、価格、課金単位、クォータがワークロードにどのように影響するかを理解します。
セキュリティ L55-L65 SRE Agent の ID、認証、RBAC: マネージド ID、ADO および ServiceNow 認証、ロール、アクセス許可、サブスクリプション/リソースアクセス構成。
構成 L66-L77 SRE Agent の動作の構成: フックとガバナンス、カスタムツール/スキル、特殊なサブエージェント、ネットワーク/ファイアウォール設定、および UI または REST API を介した Python/シェル Code Interpreter の有効化/使用
統合とコーディングパターン L78-L92 Azure SRE Agent と DevOps、GitHub、Teams、ServiceNow、PagerDuty、Kusto、オブザーバビリティツール、および自動化とインシデントワークフローのためのカスタム HTTP/Python/MCP ツールの統合

トラブルシューティング

トピック URL
KQL を使用して Azure SRE Agent のテレメトリとアクションをクエリする https://learn.microsoft.com/en-us/azure/sre-agent/audit-agent-actions
Azure SRE Agent のデプロイと操作のトラブルシューティング https://learn.microsoft.com/en-us/azure/sre-agent/faq-troubleshooting
SRE Agent を使用して AKS での Java パフォーマンスの問題を診断する https://learn.microsoft.com/en-us/azure/sre-agent/troubleshoot-java-aks

意思決定

トピック URL
Azure SRE Agent で詳細調査を使用するタイミングを決定する https://learn.microsoft.com/en-us/azure/sre-agent/deep-investigation
SRE Agent で Log Analytics および App Insights コネクタを使用するタイミングを決定する https://learn.microsoft.com/en-us/azure/sre-agent/log-analytics-app-insights
Azure SRE Agent の価格とコスト要因を理解する https://learn.microsoft.com/en-us/azure/sre-agent/pricing-billing
SRE Agent でサポートされている Azure リージョンを選択する https://learn.microsoft.com/en-us/azure/sre-agent/supported-regions
SRE Agent でインシデント値メトリックを分析および解釈する https://learn.microsoft.com/en-us/azure/sre-agent/track-incident-value

制限とクォータ

トピック URL
Azure SRE Agent の使用状況と Azure AI Unit の制限を監視する https://learn.microsoft.com/en-us/azure/sre-agent/monitor-agent-usage

セキュリティ

トピック URL
Azure SRE Agent の ID と認証を理解する https://learn.microsoft.com/en-us/azure/sre-agent/agent-identity
SRE Agent でマネージド ID アクセスを ADO リポジトリに構成する https://learn.microsoft.com/en-us/azure/sre-agent/connect-ado-repo-managed-identity
Azure SRE Agent の安全な ServiceNow 認証を構成する https://learn.microsoft.com/en-us/azure/sre-agent/connect-servicenow
Azure SRE Agent のアクセス許可とリソースアクセスを管理する https://learn.microsoft.com/en-us/azure/sre-agent/manage-permissions
Azure SRE Agent のアクセス許可と RBAC アクセスを構成する https://learn.microsoft.com/en-us/azure/sre-agent/permissions
Azure SRE Agent のサブスクリプションの可視性とアクセス許可を理解する https://learn.microsoft.com/en-us/azure/sre-agent/subscription-permission-visibility
Azure SRE Agent のロールとアクセス許可を構成する https://learn.microsoft.com/en-us/azure/sre-agent/user-roles

構成

トピック URL
Agent フックを構成して Azure SRE Agent の動作を制御する https://learn.microsoft.com/en-us/azure/sre-agent/agent-hooks
Python およびシェル用の SRE Agent コードインタープリターを使用する https://learn.microsoft.com/en-us/azure/sre-agent/code-interpreter
Azure SRE Agent でガバナンスフックを作成および管理する https://learn.microsoft.com/en-us/azure/sre-agent/create-manage-hooks-ui
Azure SRE Agent でツールとファイルを使用してカスタムスキルを作成する https://learn.microsoft.com/en-us/azure/sre-agent/create-skill
Azure SRE Agent で特殊なサブエージェントを構成する https://learn.microsoft.com/en-us/azure/sre-agent/create-subagent
SRE Agent のネットワークとファイアウォールの要件を構成する https://learn.microsoft.com/en-us/azure/sre-agent/network-requirements
Azure SRE Agent で REST API を介して Agent フックを構成する https://learn.microsoft.com/en-us/azure/sre-agent/tutorial-agent-hooks
Azure SRE Agent で Code Interpreter を有効にして使用する https://learn.microsoft.com/en-us/azure/sre-agent/use-code-interpreter

統合とコーディングパターン

| トップ

📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Azure Sre Agent Skill

This skill provides expert guidance for Azure Sre Agent. Covers troubleshooting, 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), use read_file with the specified lines. For categories with file links (e.g., [security.md](security.md)), use read_file on the linked reference file

IMPORTANT for Agent: If metadata.generated_at is more than 3 months old, suggest the user pull the latest version from the repository. If mcp_microsoftdocs tools 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_fetch with query string from=learn-agent-skill. Returns Markdown.
  • Fallback: Use fetch_webpage with query string from=learn-agent-skill&accept=text/markdown. Returns Markdown.

Category Index

Category Lines Description
Troubleshooting L34-L40 Diagnosing and fixing SRE Agent deployment/operation issues, querying its telemetry and actions with KQL, and troubleshooting Java performance on AKS using the agent
Decision Making L41-L49 Guidance on when to use deep investigations, choose Log Analytics vs App Insights, understand pricing and regions, and interpret incident value metrics for Azure SRE Agent decisions.
Limits & Quotas L50-L54 Tracking Azure SRE Agent usage, AI Unit consumption, limits, and understanding how pricing, billing units, and quotas affect your workloads.
Security L55-L65 Identity, auth, and RBAC for SRE Agent: managed identities, ADO and ServiceNow auth, roles, permissions, and subscription/resource access configuration.
Configuration L66-L77 Configuring SRE Agent behavior: hooks and governance, custom tools/skills, specialized subagents, network/firewall settings, and enabling/using the Python/shell Code Interpreter via UI or REST API
Integrations & Coding Patterns L78-L92 Integrating Azure SRE Agent with DevOps, GitHub, Teams, ServiceNow, PagerDuty, Kusto, observability tools, and custom HTTP/Python/MCP tools for automation and incident workflows

Troubleshooting

Topic URL
Query Azure SRE Agent telemetry and actions with KQL https://learn.microsoft.com/en-us/azure/sre-agent/audit-agent-actions
Troubleshoot Azure SRE Agent deployment and operations https://learn.microsoft.com/en-us/azure/sre-agent/faq-troubleshooting
Diagnose Java performance issues on AKS with SRE Agent https://learn.microsoft.com/en-us/azure/sre-agent/troubleshoot-java-aks

Decision Making

Topic URL
Decide when to use deep investigation in Azure SRE Agent https://learn.microsoft.com/en-us/azure/sre-agent/deep-investigation
Decide when to use Log Analytics and App Insights connectors in SRE Agent https://learn.microsoft.com/en-us/azure/sre-agent/log-analytics-app-insights
Understand Azure SRE Agent pricing and cost drivers https://learn.microsoft.com/en-us/azure/sre-agent/pricing-billing
Select supported Azure regions for SRE Agent https://learn.microsoft.com/en-us/azure/sre-agent/supported-regions
Analyze and interpret incident value metrics in SRE Agent https://learn.microsoft.com/en-us/azure/sre-agent/track-incident-value

Limits & Quotas

Topic URL
Monitor Azure SRE Agent usage and Azure AI Unit limits https://learn.microsoft.com/en-us/azure/sre-agent/monitor-agent-usage

Security

Topic URL
Understand Azure SRE Agent identities and authentication https://learn.microsoft.com/en-us/azure/sre-agent/agent-identity
Configure managed identity access to ADO repos in SRE Agent https://learn.microsoft.com/en-us/azure/sre-agent/connect-ado-repo-managed-identity
Configure secure ServiceNow authentication for Azure SRE Agent https://learn.microsoft.com/en-us/azure/sre-agent/connect-servicenow
Manage Azure SRE Agent permissions and resource access https://learn.microsoft.com/en-us/azure/sre-agent/manage-permissions
Configure Azure SRE Agent permissions and RBAC access https://learn.microsoft.com/en-us/azure/sre-agent/permissions
Understand subscription visibility and permissions in Azure SRE Agent https://learn.microsoft.com/en-us/azure/sre-agent/subscription-permission-visibility
Configure Azure SRE Agent roles and permissions https://learn.microsoft.com/en-us/azure/sre-agent/user-roles

Configuration

Topic URL
Configure agent hooks to control Azure SRE Agent behavior https://learn.microsoft.com/en-us/azure/sre-agent/agent-hooks
Use SRE Agent code interpreter for Python and shell https://learn.microsoft.com/en-us/azure/sre-agent/code-interpreter
Create and manage governance hooks in Azure SRE Agent https://learn.microsoft.com/en-us/azure/sre-agent/create-manage-hooks-ui
Create custom skills with tools and files in Azure SRE Agent https://learn.microsoft.com/en-us/azure/sre-agent/create-skill
Configure specialized subagents in Azure SRE Agent https://learn.microsoft.com/en-us/azure/sre-agent/create-subagent
Configure network and firewall requirements for SRE Agent https://learn.microsoft.com/en-us/azure/sre-agent/network-requirements
Configure agent hooks via REST API in Azure SRE Agent https://learn.microsoft.com/en-us/azure/sre-agent/tutorial-agent-hooks
Enable and use Code Interpreter in Azure SRE Agent https://learn.microsoft.com/en-us/azure/sre-agent/use-code-interpreter

Integrations & Coding Patterns

Topic URL
Connect Azure DevOps to Azure SRE Agent for code and work items https://learn.microsoft.com/en-us/azure/sre-agent/ado-connector
Connect Azure DevOps wikis as knowledge sources for SRE Agent https://learn.microsoft.com/en-us/azure/sre-agent/azure-devops-wiki-knowledge
Connect Azure DevOps wiki as SRE Agent knowledge source https://learn.microsoft.com/en-us/azure/sre-agent/connect-devops-wiki
Configure PagerDuty integration for Azure SRE Agent https://learn.microsoft.com/en-us/azure/sre-agent/connect-pagerduty
Build and deploy a Python SLA calculator tool in SRE Agent https://learn.microsoft.com/en-us/azure/sre-agent/create-python-tool
Configure cross-tenant Azure DevOps access for SRE Agent https://learn.microsoft.com/en-us/azure/sre-agent/cross-account-ado-oauth
Integrate external observability tools with Azure SRE Agent https://learn.microsoft.com/en-us/azure/sre-agent/diagnose-observability
Integrate GitHub with Azure SRE Agent via OAuth or PAT https://learn.microsoft.com/en-us/azure/sre-agent/github-connector
Define Kusto tools to run deterministic KQL in SRE Agent https://learn.microsoft.com/en-us/azure/sre-agent/kusto-tools
Integrate PagerDuty incidents with Azure SRE Agent https://learn.microsoft.com/en-us/azure/sre-agent/pagerduty-incidents
Create and configure Python tools for Azure SRE Agent https://learn.microsoft.com/en-us/azure/sre-agent/python-code-execution
Connect PagerDuty incidents to Azure SRE Agent https://learn.microsoft.com/en-us/azure/sre-agent/set-up-pagerduty-indexing