Edit

Team onboarding for Azure SRE Agent

Teach the agent about your team, who's on call, what services you own, and how you handle incidents. The agent can store relevant details from the onboarding conversation and connected sources as reusable context for later investigations.

Tip

New customers can evaluate SRE Agent without paying the always-on charges for the first 30 days. For more information, see Evaluate SRE Agent.

What you accomplish

By the end of this guide, you:

  • Teach the agent about your team. Share who's on call, what services you own, and how escalation works.
  • Share your operational knowledge. Tell the agent about your troubleshooting procedures, playbooks, and how your team handles incidents.
  • Let the agent explore your code. If you connect a repository during setup, the agent reads it to understand your architecture, frameworks, and dependencies.

Prerequisites

Requirement Details
Agent created Complete Step 1: Create and set up first.

Tip

Didn't finish setup? You can still talk to the agent and complete team onboarding—the agent works without connected data sources. For richer context, go to Complete your setup first to connect source code and telemetry. Azure resource access is optional.

How team onboarding starts

When you select Done and go to agent from the setup page, the agent opens the Team onboarding thread, a pinned conversation in your Favorites sidebar.

The agent starts by building knowledge about your connected resources. It explores your code repository, Azure subscriptions, and any other data sources you connected during setup. You see a progress indicator during this analysis, and you can chat about other topics in the meantime.

When the agent finishes, it greets you by name and begins the interactive onboarding interview.

Checkpoint: The Team onboarding thread appears in your Favorites sidebar. The agent shows progress as it builds knowledge from your connected context.

What the agent learns from your connected context

If you connect data sources during setup, the agent explores them automatically. You don't need to do anything.

Your codebase

The agent reads your connected repository. It explores the README, directory structure, frameworks, and dependencies. You see a summary of what it found.

Screenshot of the agent exploring the repository structure and creating an architecture file.

If anything's missing, just tell it:

"We also have a background worker in the /jobs directory that processes queue messages."

The agent can add the correction to its stored context.

Your Azure resources

If you connect subscriptions or resource groups, the agent explores your infrastructure. It lists services, resource types, and configurations.

What you share with the agent

The agent interviews you, and you can share things on your own too. Answer questions, volunteer details, or upload files whenever you're ready. The agent can retain relevant operational context, and you can add more later.

Your team

The agent asks about your team structure. Answer naturally, and the agent extracts the important details.

Example conversation:

Agent: Tell me about your team. What services do you own, and what does your on-call rotation look like?

You: We're the Platform Reliability team, six engineers. We own the API gateway and the authentication service. On-call is weekly rotation, and we use PagerDuty for alerting. Our escalation path goes to the senior on-call, then to the engineering manager.

Agent: Got it! I've saved this to memory. Here's what I recorded:

  • Team: Platform Reliability, six engineers
  • Services owned: API gateway, authentication service
  • On-call: Weekly rotation via PagerDuty
  • Escalation: Senior on-call → Engineering manager

Screenshot of the agent confirming it saved team context to memory.

Your procedures and knowledge

Share how your team handles incidents. You can either upload files or describe procedures in chat.

Upload a file: Select the + button in the chat input, select Attach file, and choose your file (Markdown, PDF, or text). The agent reads the file, extracts key procedures, and saves them to memory.

Screenshot of the plus button menu showing the Attach file option.

Or just tell the agent: No formal documentation? Describe your procedures in chat:

"When we see high CPU on the API gateway, we first check upstream dependencies, then verify the connection pool, then review recent deployments."

The agent extracts relevant operational details and can retain them for later investigations, as if you uploaded a file.

Screenshot of the agent confirming it learned procedures and listing extracted steps.

Tip

You can share more knowledge anytime. Upload more files or describe procedures in chat.

Ask the agent what to do next

After onboarding, ask the agent what else you should set up. Try:

"What should I do next?" or "Where do I start?"

The agent gives you prioritized recommendations based on your connections and what's still missing. Recommendations might include connecting more data sources, uploading more runbooks, or setting up incident response. For a full checklist, see Complete your setup.

Checkpoint: The agent displays a numbered list of recommendations tailored to your team.

What the agent remembers

After onboarding, the agent can retain context about your architecture, team ownership, escalation paths, and troubleshooting procedures. During later investigations, verify the sources and context the agent reports using rather than assuming every stored detail applies.

Next step

Tip

Before moving on: If you skipped connecting data sources during setup, now is a good time to go to Complete your setup and connect source code and telemetry. Add Azure resource access only if the agent needs live resource context.