azure-sre-agent

Wrap Microsoft's Azure SRE Agent deployment with GBB-specific recipes and pre-flight checks.

5|2|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/aiappsgbb/awesome-gbb --skill azure-sre-agent-aiappsgbb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-sre-agent
Source: https://github.com/aiappsgbb/awesome-gbb/tree/main/skills/azure-sre-agent
Command: npx skills add https://github.com/aiappsgbb/awesome-gbb --skill azure-sre-agent-aiappsgbb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, azure-identity, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill solves the problem of adopting Microsoft Azure SRE Agent into an awesome-gbb (GBB) customer engagement without rewriting or forking the official Microsoft deployment toolchain.

Core Features & Use Cases

  • Upstream-first SRE Agent adoption: provides a GBB wrapper that adds GBB-shaped recipes, plugins, and a pre-flight runbook while explicitly not rebuilding Microsoft’s Bicep/deploy scripts.
  • Pre-flight and operational gotchas: validates required Azure prerequisites (Microsoft.App RP registration, RBAC for role assignments, region preview footprint, and data-plane network reachability to *.azuresre.ai).
  • Cross-skill integration glue: includes a data-plane helper to post incidents/knowledge into a customer’s running SRE Agent via HTTP triggers and to upload plugins/knowledge on-demand.
  • Use Case: wire a Threadlight pilot’s unhandled exceptions into the customer’s SRE Agent so operators get near-real-time investigation summaries with agent-memory context.

Quick Start

Use the azure-sre-agent skill by running the pre-flight check and then cloning the upstream microsoft/sre-agent toolchain to generate and deploy an agent using one of the vendored recipes for your scenario.

Frequently Asked Questions about azure-sre-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy Azure SRE Agent without forking Microsoft's official deployment toolchain?

To deploy Azure SRE Agent without forking Microsoft's toolchain, use a thin wrapper that adds GBB-specific recipes, plugins, and a pre-flight runbook while cloning the upstream microsoft/sre-agent repository to generate and deploy the agent.

What Azure prerequisites do I need to validate before deploying Microsoft.App/agents in preview regions?

Validating Azure prerequisites for Microsoft.App/agents requires checking Microsoft.App RP registration, RBAC role assignments, region preview footprint, and data-plane network reachability to *.azuresre.ai before executing deployment scripts.

How do I create HTTP triggers and upload knowledge to a running Azure SRE Agent?

Creating HTTP triggers and uploading knowledge to a running Azure SRE Agent requires a data-plane client helper that uses Azure identity tokens to post incidents and upload plugins or knowledge on-demand.

Can I use Azure SRE Agent to triage Foundry hosted-agent operational issues and Threadlight pilot handovers?

Yes, Azure SRE Agent supports cross-skill scenarios including Foundry hosted-agent operational triage and Threadlight pilot handover by wiring unhandled exceptions into the agent for near-real-time investigation summaries with agent-memory context.

Does deploying Azure SRE Agent with Citadel APIM require specific network reachability configurations?

Deploying Azure SRE Agent with Citadel APIM requires validating data-plane network reachability to *.azuresre.ai and ensuring proper RBAC configuration to support Citadel-routed model traffic across preview regions.

What are the limitations of using a wrapper approach for Azure SRE Agent adoption in GBB engagements?

The wrapper approach for Azure SRE Agent adoption is limited to adding GBB-shaped recipes, plugins, and pre-flight validation without rebuilding Microsoft’s Bicep or deploy scripts, restricting modifications to the upstream deployment toolchain.