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本体の挙動とは独立した参考情報です。

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

🎯 この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
📖 Claude が読む原文 SKILL.md(中身を展開)

この本文は AI(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