Skip to content

Commit 5ec151c

Browse files
Merge pull request #302992 from craigshoemaker/patch-20
[SRE Agent] Update: security-context.md -> clarify how to use Entra policies
2 parents 5113ff7 + 8c05d24 commit 5ec151c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/sre-agent/security-context.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ description: Learn how SRE Agent uses different security contexts to handle agen
44
author: craigshoemaker
55
ms.author: cshoe
66
ms.topic: tutorial
7-
ms.date: 07/17/2025
7+
ms.date: 07/18/2025
88
ms.service: azure
99
---
1010

1111
# Security contexts in Azure SRE Agent (preview)
1212

1313
This article explains the different security contexts involved in Azure SRE Agent operations. The security contexts include the user account that creates the agent, user accounts that interact with the agent, and the agent's own managed identity. Each context has specific permission requirements and serves different purposes in maintaining a secure environment.
1414

15-
Microsoft Entra enforces security policies that govern identity assignments as you associate resource groups with the agent's managed identity.
15+
You can ensure that only intended users have access to the agent through Microsoft Entra policies. Microsoft Entra governs identity assignments for the resource groups associated with the agent's managed identity.
1616

1717
## Prerequisites
1818

@@ -72,7 +72,7 @@ The following table details how the agent behaves when attempting to conduct a r
7272
| Agent has permission? | Execution mode | Agent behavior |
7373
|---|---|---|
7474
| Yes | Review | Uses its permissions to perform the action. |
75-
| No | Review | Prompts for temporary access to perform the action [on behalf of the user](/entra/identity-platform/v2-oauth2-on-behalf-of-flow). |
75+
| No | Review | Prompts for temporary access to perform the action [on behalf of the user](/entra/identity-platform/v2-oauth2-on-behalf-of-flow) |
7676
| Yes | Auto | Uses its permissions to perform the action |
7777
| No | Auto | Prompts for temporary access to perform the action [on behalf of the user](/entra/identity-platform/v2-oauth2-on-behalf-of-flow) |
7878

0 commit comments

Comments
 (0)