You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sre-agent/agent-identity.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Your agent's UAMI is the primary identity for most operations.
37
37
38
38
| Operation | Identity | Notes |
39
39
|---|---|---|
40
-
|**Azure resource operations** (ARM, CLI, diagnostics) | UAMI | The RBAC roles you assign determine what the agent can access |
40
+
|**Azure resource operations** (Azure Resource Manager, CLI, diagnostics) | UAMI | The RBAC roles you assign determine what the agent can access |
41
41
|**Communication connectors** (Outlook, Teams) | UAMI + your OAuth credentials | You sign in via OAuth; the UAMI brokers authentication to the connector resource |
42
42
|**Data connectors** (Azure Data Explorer) | UAMI | Grant the UAMI permissions on the target Kusto cluster |
Copy file name to clipboardExpand all lines: articles/sre-agent/automate-incidents.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ An incident response plan tells the agent which incidents to pick up and how muc
65
65
66
66
1. Select **Next**.
67
67
68
-
:::image type="content" source="media/automate-incidents/response-plan-step1.png" alt-text="Screenshot of the response plan creation form with name and severity fields." lightbox="media/automate-incidents/response-plan-step1.png":::
68
+
:::image type="content" source="media/automate-incidents/response-plan-step-1.png" alt-text="Screenshot of the response plan creation form with name and severity fields." lightbox="media/automate-incidents/response-plan-step-1.png":::
69
69
70
70
1.**Step 2: Preview filter results:** Review matching past incidents from your incident platform (empty if no incidents exist yet). Select **Next**.
71
71
@@ -75,7 +75,7 @@ An incident response plan tells the agent which incidents to pick up and how muc
75
75
-**Review**: The agent diagnoses but waits for your approval before acting.
76
76
- Select **Save**.
77
77
78
-
:::image type="content" source="media/automate-incidents/response-plan-step3-save.png" alt-text="Screenshot of the response plan autonomy options showing Review and Autonomous modes." lightbox="media/automate-incidents/response-plan-step3-save.png":::
78
+
:::image type="content" source="media/automate-incidents/response-plan-step-3-save.png" alt-text="Screenshot of the response plan autonomy options showing Review and Autonomous modes." lightbox="media/automate-incidents/response-plan-step-3-save.png":::
79
79
80
80
**Checkpoint:** Your response plan appears in the list with status **On** and the autonomy level you selected.
81
81
@@ -91,7 +91,7 @@ In this example, the agent has a runbook for handling HTTP 500 errors, a connect
91
91
92
92
**The agent builds a plan from your runbook.** Rather than following a generic troubleshooting sequence, the agent reads the HTTP 500 runbook you upload during onboarding and follows your team's procedures. The agent checks for upstream dependencies first, then connection pool, then recent deployments.
93
93
94
-
:::image type="content" source="media/automate-incidents/incident-fullpage-top.png" alt-text="Screenshot of the agent showing investigation plan for HTTP 5xx alert with six numbered steps." lightbox="media/automate-incidents/incident-fullpage-top.png":::
94
+
:::image type="content" source="media/automate-incidents/incident-full-page-top.png" alt-text="Screenshot of the agent showing investigation plan for HTTP 5xx alert with six numbered steps." lightbox="media/automate-incidents/incident-full-page-top.png":::
95
95
96
96
**The agent recalls prior knowledge.** If the agent investigated a similar issue before, it recognizes the pattern and skips discovery. It does this operation to combine your runbook procedures with what it learned from previous investigations.
97
97
@@ -106,7 +106,7 @@ In this example, the agent has a runbook for handling HTTP 500 errors, a connect
106
106
107
107
**The agent delivers a remediation summary.** The agent produces a structured report with everything the team needs to follow up:
108
108
109
-
:::image type="content" source="media/automate-incidents/incident-fullpage-code-fix.png" alt-text="Screenshot of the remediation summary table showing alert, mitigation, permanent fix, root cause, status, and tracking." lightbox="media/automate-incidents/incident-fullpage-code-fix.png":::
109
+
:::image type="content" source="media/automate-incidents/incident-full-page-code-fix.png" alt-text="Screenshot of the remediation summary table showing alert, mitigation, permanent fix, root cause, status, and tracking." lightbox="media/automate-incidents/incident-full-page-code-fix.png":::
0 commit comments