Skip to content

Commit 35f1a8f

Browse files
Merge pull request #302895 from craigshoemaker/sre/create-steps
[SRE Agent] Update: Usage -> update create steps
2 parents c7a933a + a17a539 commit 35f1a8f

File tree

1 file changed

+13
-26
lines changed

1 file changed

+13
-26
lines changed

articles/sre-agent/usage.md

Lines changed: 13 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create and use an Azure SRE Agent (preview)
33
description: Learn to use an automated agent to resolve problems and keep your apps running in Azure.
44
author: craigshoemaker
55
ms.topic: how-to
6-
ms.date: 07/15/2025
6+
ms.date: 07/17/2025
77
ms.author: cshoe
88
ms.service: azure
99
---
@@ -14,18 +14,6 @@ An Azure SRE Agent helps you maintain the health and performance of your Azure r
1414

1515
This article demonstrates how to create an SRE Agent, connect it to your resources to maintain optimal application performance.
1616

17-
## Run modes
18-
19-
Azure SRE Agent operates in one of three different modes. Your agent behaves differently, depending on the mode type you select.
20-
21-
The three different types of modes are:
22-
23-
* **Read-only**: The read-only mode puts your agent in an observation mode. The agent has access to your inspect and report on your apps and can advise you on what actions to take. In this mode, the agent only has *reader* access to most services. In limited instances, the agent is granted *contributor* access to services solely to access configuration data.
24-
25-
* **Review**: As the agent operates in review mode, the agent can make changes to your apps and services on your behalf, but doesn't take action unless you give express approval. In this mode, the agent has *reader* or *contributor* access to services.
26-
27-
* **Autonomous**: Autonomous mode gives the agent full ability to work on your behalf without the need to request approval to proceed. In this mode, the agent has *reader* or *contributor* access to services.
28-
2917
## Create an agent
3018

3119
Create an agent by associating resource groups you want to monitor to the agent.
@@ -36,9 +24,7 @@ You need to grant your agent the correct permissions and access to the right nam
3624

3725
* **Security context**: Before you can create a new agent, make sure your user account has the `Microsoft.Authorization/roleAssignments/write` permissions using either [Role Based Access Control Administrator](/azure/role-based-access-control/built-in-roles) or [User Access Administrator](/azure/role-based-access-control/built-in-roles).
3826

39-
* **Associate your allow list subscription ID**: Make sure your Azure CLI session is set to
40-
the subscription ID on the preview allow list. If you need to set the CLI context to your
41-
subscription ID, use the following command:
27+
* **Associate your allow list subscription ID**: Make sure your Azure CLI session is set to the subscription ID on the preview allow list. If you need to set the CLI context to your subscription ID, use the following command:
4228

4329
```azurecli
4430
az account set --subscription "<SUBSCRIPTION_ID>"
@@ -78,15 +64,16 @@ To create an SRE Agent, follow these steps:
7864
| Property | Value |
7965
|---|---|
8066
| Agent name | Enter a name for your agent. |
81-
| Region | Select **Sweden Central**.<br><br>During preview, Azure SRE Agent is only available in the *Sweden Central* region, but the agent can monitor resources in any Azure region. |
82-
| Run mode| Select **Review**.<br><br>When in *review mode*, the agent works on your behalf only with your approval. |
67+
| Region | Select **Sweden Central**.<br><br>During preview, Azure SRE Agent is only available in the *Sweden Central* region, but the agent can monitor resources in any Azure region. If don't see any options in the dropdown, then you may not have permissions to access to the Sweden Central region. |
8368
8469
1. Select **Choose resource groups**.
8570
8671
1. In the *Choose resource groups to monitor* window, search for the resource group you want to monitor.
8772
8873
**Avoid selecting the resource group link.**
8974
75+
From the resource group picker you'll see a checkmark (:::image type="icon" source="media/blue-check.png" border="false":::) next to the group name indicating the group includes services with specialized support.
76+
9077
To select a resource group, select the checkbox next to the resource group.
9178
9279
1. Scroll to the bottom of the dialog window and select **Save**.
@@ -105,17 +92,17 @@ Your agent has access to any resource inside the resource group associated with
10592
10693
Once the chat window loads, you can begin asking your agent questions. Here's a series of questions that can help you get started:
10794
108-
- What can you help me with?
109-
- What subscriptions/resource groups/resources are you managing?
110-
- What alerts should I set up for `<RESOURCE_NAME>`?
111-
- Show me visualization of `2xx` requests vs HTTP errors for my web apps across all subscriptions
95+
* What can you help me with?
96+
* What subscriptions/resource groups/resources are you managing?
97+
* What alerts should I set up for `<RESOURCE_NAME>`?
98+
* Show me visualization of `2xx` requests vs HTTP errors for my web apps across all subscriptions
11299
113100
If you have a specific problem in mind, you could ask questions like:
114101
115-
- Why is `<RESOURCE_NAME>` slow?
116-
- Why is `<RESOURCE_NAME>` not working?
117-
- Can you investigate `<RESOURCE_NAME>`?
118-
- Can you get me the `<METRIC>` of `<RESOURCE_NAME>`?
102+
* Why is `<RESOURCE_NAME>` slow?
103+
* Why is `<RESOURCE_NAME>` not working?
104+
* Can you investigate `<RESOURCE_NAME>`?
105+
* Can you get me the `<METRIC>` of `<RESOURCE_NAME>`?
119106
120107
## Update managed resource groups
121108

0 commit comments

Comments
 (0)