Skip to content

Commit 026a4ea

Browse files
Craig ShoemakerCraig Shoemaker
authored andcommitted
Add documentation for Anthropic as a subprocessor in Azure SRE Agent
1 parent 5937091 commit 026a4ea

2 files changed

Lines changed: 91 additions & 0 deletions

File tree

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
---
2+
title: Anthropic as a subprocessor in Azure SRE Agent
3+
description: Learn how Anthropic operates as a Microsoft subprocessor in Azure SRE Agent, including model selection, data residency, and policy controls.
4+
author: craigshoemaker
5+
ms.author: cshoe
6+
ms.topic: conceptual
7+
ms.date: 03/23/2026
8+
ms.service: azure
9+
---
10+
11+
# Anthropic as a subprocessor in Azure SRE Agent
12+
13+
Azure SRE Agent supports multiple AI model providers for investigations, incident response, and operational automation. Anthropic is one of the available providers and operates as a Microsoft subprocessor.
14+
15+
Anthropic operates under Microsoft's oversight with contractual safeguards and technical and organizational measures in place. The Microsoft [Product Terms](https://www.microsoft.com/licensing/terms) and [Microsoft Data Protection Addendum (DPA)](https://www.microsoft.com/licensing/docs/view/Microsoft-Products-and-Services-Data-Protection-Addendum-DPA) apply when you use Anthropic models through Azure SRE Agent.
16+
17+
For more information about subprocessor data access, see [Microsoft Data Access Management](https://www.microsoft.com/trust-center/privacy/data-access). For a list of all Microsoft subprocessors, see the [Service Trust Portal](https://aka.ms/subprocessor).
18+
19+
> [!IMPORTANT]
20+
> Anthropic models in Azure SRE Agent aren't covered by Microsoft's [EU Data Boundary](/privacy/eudb/eu-data-boundary-learn) commitments. When you select Anthropic, your data (prompts, responses, and resource analysis) might be processed in the United States.
21+
22+
> [!NOTE]
23+
> For customers in the EU, EFTA, and UK, Azure OpenAI is the default provider. Anthropic is available as an opt-in choice. Anthropic isn't available in government clouds (GCC, GCC High, DoD) or sovereign clouds.
24+
25+
## How model selection works
26+
27+
You choose which AI provider powers your agent. The two options are:
28+
29+
- **Azure OpenAI** — Covered by EU Data Boundary commitments. The default for customers in the EU, EFTA, and UK.
30+
31+
- **Anthropic** — The default for all other regions. Not covered by EU Data Boundary commitments.
32+
33+
When you select Anthropic, your data (prompts, responses, and resource analysis) might be processed in the United States.
34+
35+
## Default settings by region
36+
37+
| Region | Anthropic | Azure OpenAI | Notes |
38+
|--------|-----------|--------------|-------|
39+
| **Most commercial regions** (US, APAC, etc.) | Default | Available | No data residency restrictions |
40+
| **EU, EFTA, and UK** | Available (opt-in) | Default | Anthropic isn't covered by EU Data Boundary |
41+
| **Government clouds** (GCC, GCC High, DoD) | Not available | Default | Anthropic isn't available in government or sovereign clouds |
42+
43+
## Verify the active model provider
44+
45+
To check which AI model provider your agent is currently using:
46+
47+
1. Go to the [Azure SRE Agent portal](https://sre.azure.com).
48+
1. Select your agent, and then go to **Settings**.
49+
1. Under **AI Model Provider**, view the active provider.
50+
51+
## Enable Anthropic in EU Data Boundary regions
52+
53+
If your organization is in the EU, EFTA, or UK and you want to use Anthropic:
54+
55+
1. Go to the [Azure SRE Agent portal](https://sre.azure.com).
56+
1. Select your agent, and then go to **Settings**.
57+
1. Under **AI Model Provider**, select **Anthropic**.
58+
1. Review the data residency notice and confirm.
59+
60+
> [!NOTE]
61+
> By selecting Anthropic, you acknowledge that your data might be processed outside the EU Data Boundary, including in the United States.
62+
63+
## Restrict Anthropic with Azure Policy
64+
65+
Tenant administrators can use Azure Policy to enforce Azure OpenAI as the only provider. When a policy is active:
66+
67+
- Anthropic appears in the model picker but is disabled.
68+
- Users see: *"Disabled by your organization's administrator."*
69+
- Users can't switch to Anthropic regardless of region.
70+
71+
If no policy is set, users in EU/EFTA/UK regions can opt in to Anthropic through the model picker.
72+
73+
## Data handling
74+
75+
When you use Anthropic models in Azure SRE Agent:
76+
77+
- Anthropic processes data under Microsoft's direction and contractual safeguards.
78+
- The [Microsoft DPA](https://www.microsoft.com/licensing/docs/view/Microsoft-Products-and-Services-Data-Protection-Addendum-DPA) and [Product Terms](https://www.microsoft.com/licensing/terms) apply.
79+
- Neither Microsoft nor Anthropic uses your data to train AI models.
80+
- Your data is isolated by tenant and Azure subscription.
81+
82+
For more on how Azure SRE Agent handles data, see [Data residency and privacy](data-privacy.md).
83+
84+
## Related content
85+
86+
- [Data residency and privacy in Azure SRE Agent](data-privacy.md)
87+
- [Anthropic as a subprocessor for Microsoft Online Services](/copilot/microsoft-365/connect-to-ai-subprocessor)
88+
- [Microsoft subprocessor list (Service Trust Portal)](https://aka.ms/subprocessor)
89+
- [EU Data Boundary for the Microsoft Cloud](/privacy/eudb/eu-data-boundary-learn)

articles/sre-agent/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ items:
160160
href: starter-prompts.md
161161
- name: Data privacy and residency
162162
href: data-privacy.md
163+
- name: Anthropic subprocessor
164+
href: anthropic-subprocessor.md
163165
- name: Billing
164166
href: billing.md
165167
- name: Frequently asked questions

0 commit comments

Comments
 (0)