Skillshub azure-sre-agent

Azure Sre Agent Skill

install
source · Clone the upstream repo
git clone https://github.com/ComeOnOliver/skillshub
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ComeOnOliver/skillshub "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/MicrosoftDocs/Agent-Skills/azure-sre-agent" ~/.claude/skills/comeonoliver-skillshub-azure-sre-agent && rm -rf "$T"
manifest: skills/MicrosoftDocs/Agent-Skills/azure-sre-agent/SKILL.md
source content

Azure Sre Agent Skill

This skill provides expert guidance for Azure Sre Agent. Covers troubleshooting, decision making, limits & quotas, security, configuration, integrations & coding patterns, and deployment. 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

CategoryLinesDescription
TroubleshootingL35-L40Diagnosing Azure SRE Agent deployment/operation issues and querying its action logs with KQL to investigate failures, performance, and behavior.
Decision MakingL41-L47Guidance on SRE Agent pricing and cost drivers, when to trigger deep investigations, and how to assess incident impact, value, and performance metrics.
Limits & QuotasL48-L53Monitoring SRE Agent usage and Azure AI Unit quotas, viewing consumption, and checking which Azure regions currently support deploying the SRE Agent
SecurityL54-L60Data residency, privacy, and security model for Azure SRE Agent, including managed identity permissions setup and configuring user roles/RBAC access.
ConfigurationL61-L70Configuring Azure SRE Agent behavior, code interpreter (Python/shell), network/firewall access, and uploading/managing knowledge documents for grounding
Integrations & Coding PatternsL71-L90Integrating SRE Agent with DevOps, observability, incident tools (Azure DevOps, ADX, ServiceNow, PagerDuty, MCP), plus building/configuring Kusto & Python tools and notifications (Teams/Outlook).
DeploymentL91-L94How to deploy and configure the Azure SRE Agent as a Microsoft Teams bot, including setup steps, required permissions, and integration details.

Troubleshooting

TopicURL
Query Azure SRE Agent action logs with KQLhttps://learn.microsoft.com/en-us/azure/sre-agent/audit-agent-actions
Troubleshoot Azure SRE Agent deployment and operationshttps://learn.microsoft.com/en-us/azure/sre-agent/faq-troubleshooting

Decision Making

TopicURL
Understand billing and cost model for Azure SRE Agenthttps://learn.microsoft.com/en-us/azure/sre-agent/billing
Decide when to use deep investigation in SRE Agenthttps://learn.microsoft.com/en-us/azure/sre-agent/deep-investigation
Evaluate Azure SRE Agent incident value and performancehttps://learn.microsoft.com/en-us/azure/sre-agent/track-incident-value

Limits & Quotas

TopicURL
Monitor Azure SRE Agent usage and Azure AI Unit limitshttps://learn.microsoft.com/en-us/azure/sre-agent/monitor-agent-usage
Check supported Azure regions for SRE Agenthttps://learn.microsoft.com/en-us/azure/sre-agent/supported-regions

Security

TopicURL
Understand data residency and privacy for Azure SRE Agenthttps://learn.microsoft.com/en-us/azure/sre-agent/data-privacy
Configure Azure SRE Agent permissions with managed identityhttps://learn.microsoft.com/en-us/azure/sre-agent/permissions
Configure user roles and RBAC for Azure SRE Agenthttps://learn.microsoft.com/en-us/azure/sre-agent/user-roles

Configuration

TopicURL
Configure agent hooks to control Azure SRE Agent behaviorhttps://learn.microsoft.com/en-us/azure/sre-agent/agent-hooks
Use SRE Agent code interpreter for Python and shellhttps://learn.microsoft.com/en-us/azure/sre-agent/code-interpreter
Configure network and firewall requirements for SRE Agenthttps://learn.microsoft.com/en-us/azure/sre-agent/network-requirements
Upload and manage knowledge documents in SRE Agenthttps://learn.microsoft.com/en-us/azure/sre-agent/tutorial-upload-knowledge-document
Upload and manage knowledge documents in Azure SRE Agenthttps://learn.microsoft.com/en-us/azure/sre-agent/upload-knowledge-document
Enable and use Code Interpreter in Azure SRE Agenthttps://learn.microsoft.com/en-us/azure/sre-agent/use-code-interpreter

Integrations & Coding Patterns

TopicURL
Configure Azure DevOps connector for Azure SRE Agenthttps://learn.microsoft.com/en-us/azure/sre-agent/azure-devops-connector
Connect Azure DevOps wikis as knowledge sources for SRE Agenthttps://learn.microsoft.com/en-us/azure/sre-agent/azure-devops-wiki-knowledge
Use Azure SRE Agent from Microsoft Teamshttps://learn.microsoft.com/en-us/azure/sre-agent/chat-from-your-tools
Connect Azure DevOps wiki as SRE Agent knowledge sourcehttps://learn.microsoft.com/en-us/azure/sre-agent/connect-devops-wiki
Configure PagerDuty integration for Azure SRE Agenthttps://learn.microsoft.com/en-us/azure/sre-agent/connect-pagerduty
Connect ServiceNow to Azure SRE Agent securelyhttps://learn.microsoft.com/en-us/azure/sre-agent/connect-servicenow
Create parameterized Kusto tools for Azure SRE Agenthttps://learn.microsoft.com/en-us/azure/sre-agent/create-kusto-tool
Create and deploy a Python tool for SRE Agenthttps://learn.microsoft.com/en-us/azure/sre-agent/create-python-tool
Use Azure observability sources with Azure SRE Agenthttps://learn.microsoft.com/en-us/azure/sre-agent/diagnose-azure-observability
Integrate external observability tools with Azure SRE Agenthttps://learn.microsoft.com/en-us/azure/sre-agent/diagnose-observability
Set up Azure Data Explorer connector for SRE Agenthttps://learn.microsoft.com/en-us/azure/sre-agent/kusto-connector
Create Kusto tools for deterministic KQL queries in SRE Agenthttps://learn.microsoft.com/en-us/azure/sre-agent/kusto-tools
Use MCP connector to add external tools to SRE Agenthttps://learn.microsoft.com/en-us/azure/sre-agent/mcp-connector
Create and configure Python tools for Azure SRE Agenthttps://learn.microsoft.com/en-us/azure/sre-agent/python-code-execution
Configure SRE Agent notifications to Teams and Outlookhttps://learn.microsoft.com/en-us/azure/sre-agent/send-notifications
Configure Azure SRE Agent hooks via REST APIhttps://learn.microsoft.com/en-us/azure/sre-agent/tutorial-agent-hooks

Deployment

TopicURL
Deploy Azure SRE Agent as a Microsoft Teams bothttps://learn.microsoft.com/en-us/azure/sre-agent/teams-bot