Skip to content

Commit 61826c4

Browse files
Merge pull request #314406 from craigshoemaker/pr/314353-sre-learn-update
[SRE Agent] Pr/314353 sre learn update
2 parents ff74871 + 56d27ef commit 61826c4

7 files changed

Lines changed: 23 additions & 146 deletions

articles/sre-agent/configuration-deletion.md

Lines changed: 0 additions & 67 deletions
This file was deleted.

articles/sre-agent/connect-ado-repo-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@ Select **Next** to proceed to the repository selection step.
9999

100100
## Related content
101101

102-
- [Managed identity for ADO repos](managed-identity-ado-repos.md)
102+
- [Azure DevOps connector](ado-connector.md): All ADO authentication options including managed identity, OAuth, and PAT
103103
- [Connect knowledge sources](connect-knowledge.md)
104104
- [Set up Azure DevOps connector](azure-devops-connector.md)

articles/sre-agent/create-and-set-up.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To define your agent, fill in the fields.
4646
| **Model provider** | Choose the AI model provider for your agent | See provider table |
4747
| **Application Insights** | Create a new instance or use an existing one | `Create new` (default) |
4848

49-
After you select a region, the **Model provider** field appears. Choose the AI provider that powers your agent's investigations and conversations. Organizations with EU data residency requirements should select Azure OpenAI—Anthropic is excluded from EU Data Boundary (EUDB) commitments. Anthropic (Claude) models require a direct Anthropic agreement and aren't available to all tenants.
49+
After you select a region, the **Model provider** field appears. Choose the AI provider that powers your agent's investigations and conversations. Select the ℹ icon next to the label for [pricing details](pricing-billing.md). Organizations with EU data residency requirements should select Azure OpenAI—Anthropic is excluded from EU Data Boundary (EUDB) commitments. Anthropic (Claude) models require a direct Anthropic agreement and aren't available to all tenants.
5050

5151
| Provider | Description |
5252
|----------|-------------|

articles/sre-agent/managed-identity-ado-repos.md

Lines changed: 0 additions & 67 deletions
This file was deleted.

articles/sre-agent/model-provider-selection.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ Choose between Azure OpenAI (GPT-5 family) and Anthropic (Claude family) as your
2323
2424
## Available providers
2525

26-
| Provider | Models included | Strengths |
27-
|----------|----------------|----------|
28-
| **Azure OpenAI** | GPT-5 (default), GPT-5.2 | Structured output, function calling, fast tool execution |
29-
| **Anthropic** | Claude Opus 4.5, Claude Sonnet 4.5, Claude Sonnet 4.6, Claude Haiku 4.5 | Long-context reasoning, code analysis, built-in web search |
26+
| Provider | Models | Strengths |
27+
|----------|--------|----------|
28+
| **Azure OpenAI** | GPT-5 family (for example, GPT-5, GPT-5.2) | Structured output, function calling, fast tool execution |
29+
| **Anthropic** | Claude family (for example, Claude Opus 4.5, Claude Sonnet 4.6) | Long-context reasoning, code analysis, built-in web search |
3030

31-
Your agent automatically selects the best model within your chosen provider for each task. You select the provider; the agent handles model routing.
31+
Available models within each provider may change as new versions are released. Your agent automatically selects the best model within your chosen provider for each task. You select the provider; the agent handles model routing.
3232

3333
## How to change your model provider
3434

articles/sre-agent/toc.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ items:
6262
href: ado-connector.md
6363
- name: Cross-account ADO access
6464
href: cross-account-ado-oauth.md
65-
- name: Managed identity for ADO repos
66-
href: managed-identity-ado-repos.md
67-
- name: Remove resources from scope
68-
href: configuration-deletion.md
6965
- name: Diagnose
7066
items:
7167
- name: Incident response

redirects/.openpublishing.redirection.sre-agent.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@
99
"source_path_from_root": "/articles/sre-agent/troubleshoot.md",
1010
"redirect_url": "/azure/sre-agent/faq",
1111
"redirect_document_id": false
12+
},
13+
{
14+
"source_path_from_root": "/articles/sre-agent/configuration-deletion.md",
15+
"redirect_url": "/azure/sre-agent/create-and-set-up",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path_from_root": "/articles/sre-agent/managed-identity-ado-repos.md",
20+
"redirect_url": "/azure/sre-agent/ado-connector",
21+
"redirect_document_id": false
22+
},
23+
{
24+
"source_path_from_root": "/articles/sre-agent/log-analytics-app-insights.md",
25+
"redirect_url": "/azure/sre-agent/diagnose-azure-observability",
26+
"redirect_document_id": false
1227
}
1328
]
14-
}
29+
}

0 commit comments

Comments
 (0)