Skip to main content

One post tagged with "security"

View All Tags

Bring Your Own GitHub App: Connecting Azure SRE Agent to Enterprise Repositories

· 6 min read

What if your SRE agent could access your enterprise GitHub repositories the same way your CI/CD pipelines do — with a governed service identity, not a personal token?

Azure SRE Agent connects to your GitHub repositories to build rich context about your systems — source code, infrastructure definitions, deployment configs, skills, runbooks, and operational history. This context is what turns generic troubleshooting into root cause analysis that points to the exact file, the exact commit, the exact config change.

For teams on github.com, connecting is a quick OAuth sign-in. Today, we are extending that same deep context to GitHub Enterprise Cloud — and introducing Bring Your Own GitHub App as a first-class authentication model for enterprise teams that need governed, app-based access to their repositories.