Skip to content

Commit b26f454

Browse files
Craig ShoemakerCraig Shoemaker
authored andcommitted
fix PR review issues
1 parent c85a27d commit b26f454

14 files changed

Lines changed: 15 additions & 15 deletions

articles/sre-agent/agent-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Your agent's UAMI is the primary identity for most operations.
3737

3838
| Operation | Identity | Notes |
3939
|---|---|---|
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 |
4141
| **Communication connectors** (Outlook, Teams) | UAMI + your OAuth credentials | You sign in via OAuth; the UAMI brokers authentication to the connector resource |
4242
| **Data connectors** (Azure Data Explorer) | UAMI | Grant the UAMI permissions on the target Kusto cluster |
4343
| **Source code connectors** (GitHub, Azure DevOps) | UAMI (for Azure DevOps managed identity) | Azure DevOps connector uses UAMI; GitHub uses OAuth |

articles/sre-agent/automate-incidents.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ An incident response plan tells the agent which incidents to pick up and how muc
6565

6666
1. Select **Next**.
6767

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":::
6969

7070
1. **Step 2: Preview filter results:** Review matching past incidents from your incident platform (empty if no incidents exist yet). Select **Next**.
7171

@@ -75,7 +75,7 @@ An incident response plan tells the agent which incidents to pick up and how muc
7575
- **Review**: The agent diagnoses but waits for your approval before acting.
7676
- Select **Save**.
7777

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":::
7979

8080
**Checkpoint:** Your response plan appears in the list with status **On** and the autonomy level you selected.
8181

@@ -91,7 +91,7 @@ In this example, the agent has a runbook for handling HTTP 500 errors, a connect
9191

9292
**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.
9393

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":::
9595

9696
**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.
9797

@@ -106,7 +106,7 @@ In this example, the agent has a runbook for handling HTTP 500 errors, a connect
106106

107107
**The agent delivers a remediation summary.** The agent produces a structured report with everything the team needs to follow up:
108108

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":::
110110

111111
| Item | What the agent reports |
112112
|---|---|

articles/sre-agent/connect-source-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ By the end of this tutorial, your agent can:
3131
| Requirement | Details |
3232
|---|---|
3333
| **Agent created** | Complete [Step 1: Create an agent](create-agent.md) first. |
34-
| **GitHub or Azure DevOps account** | Access to the repositories you want to connect. |
34+
| **GitHub or Azure DevOps organization** | Access to the repositories you want to connect. |
3535

3636
## Choose your authentication method
3737

@@ -61,7 +61,7 @@ Use the following steps to select your platform and authenticate.
6161

6262
| Method | When to use |
6363
|---|---|
64-
| **Auth** (OAuth) | Sign in with your GitHub or Azure DevOps account. No token needed. |
64+
| **Auth** (OAuth) | Sign in with your GitHub or Azure DevOps organization. No token needed. |
6565
| **PAT** | Provide a Personal Access Token with `repo` scope. |
6666

6767
1. Complete authentication:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,4 @@ After you connect your data sources, select **Done and go to agent** to open the
173173

174174
- [Connectors](connectors.md): How the agent connects to external data sources
175175
- [User roles](user-roles.md): Who can access your agent and what they can do
176-
- [Permissions and roles](permissions-and-roles.md): How permission levels and RBAC roles work
176+
- [Permissions and roles](permissions.md): How permission levels and RBAC roles work

articles/sre-agent/media/automate-incidents/incident-fullpage-code-fix.png renamed to articles/sre-agent/media/automate-incidents/incident-full-page-code-fix.png

File renamed without changes.

articles/sre-agent/media/automate-incidents/incident-fullpage-top.png renamed to articles/sre-agent/media/automate-incidents/incident-full-page-top.png

File renamed without changes.

articles/sre-agent/media/automate-incidents/response-plan-step1.png renamed to articles/sre-agent/media/automate-incidents/response-plan-step-1.png

File renamed without changes.

articles/sre-agent/media/automate-incidents/response-plan-step3-save.png renamed to articles/sre-agent/media/automate-incidents/response-plan-step-3-save.png

File renamed without changes.
-7.2 KB
Loading
-10.7 KB
Loading

0 commit comments

Comments
 (0)