Skip to content

Commit 41327c6

Browse files
Merge pull request #306840 from craigshoemaker/sre/10-13-updates
[SRE Agent] Update: Public preview updates
2 parents c1e5de5 + e4385e2 commit 41327c6

5 files changed

Lines changed: 16 additions & 34 deletions

File tree

articles/sre-agent/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Frequently asked questions in Azure SRE Agent.
44
author: craigshoemaker
55
ms.author: cshoe
66
ms.topic: concept-article
7-
ms.date: 08/26/2025
7+
ms.date: 10/13/2025
88
ms.service: azure-sre-agent
99
---
1010

@@ -33,7 +33,7 @@ If your naming and your network configuration are correct, use the following ste
3333

3434
:::image type="content" source="media/troubleshoot/sre-agent-failure-notification.png" alt-text="Screenshot that shows a notification of provisioning failure in Azure SRE Agent.":::
3535

36-
1. Confirm that your user account has owner or admin permissions, along with permissions to create resources in the Sweden Central region.
36+
1. Confirm that your user account has owner or admin permissions, along with permissions to create resources in the *Sweden Central*, *East US 2*, or *Australia East* regions (depending on your deployment).
3737

3838
1. Check whether the subscription is in the allow list for SRE Agent Preview. Run the following command:
3939

articles/sre-agent/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Overview of Azure SRE Agent Preview
33
description: Learn how AI-enabled agents help solve problems and support resilient and self-healing systems on your behalf.
44
author: craigshoemaker
55
ms.topic: overview
6-
ms.date: 10/01/2025
6+
ms.date: 10/13/2025
77
ms.author: cshoe
88
ms.service: azure-sre-agent
99
---
@@ -86,14 +86,14 @@ Use the following steps to start working with Azure SRE Agent.
8686
Keep in mind the following considerations as you use Azure SRE Agent:
8787

8888
- English is the only supported language in the chat interface.
89-
- During the preview, you can deploy the agent to the Sweden Central region, but the agent can monitor and remediate issues for services in any Azure region.
89+
- During the preview, you can deploy the agent to the *Sweden Central*, *East US 2*, and *Australia East* regions, but the agent can monitor and remediate issues for services in any Azure region.
9090
- For more information on how data is managed in Azure SRE Agent, see the [Microsoft privacy policy](https://www.microsoft.com/privacy/privacystatement).
9191
- Availability varies by region and tenant configuration.
9292
- Preview [billing](billing.md) begins *September 1, 2025*, via Azure agent units (AAUs).
9393

9494
## Preview access
9595

96-
While access to SRE Agent was previously only available to customers via a waitlist, the agent is now available to all customers through the [Azure portal](https://aka.ms/sreagent-portal).
96+
While access to SRE Agent was previously only available to customers via a waitlist, the agent is now available to all customers through the [Azure portal](https://aka.ms/sreagent/portal).
9797

9898
> [!NOTE]
9999
> By using SRE Agent, you consent to the product-specific [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).

articles/sre-agent/troubleshoot-azure-app-service.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use Azure SRE Agent Preview and Azure App Service to i
44
author: craigshoemaker
55
ms.author: cshoe
66
ms.topic: tutorial
7-
ms.date: 07/17/2025
7+
ms.date: 10/13/2025
88
ms.service: azure-sre-agent
99
---
1010

@@ -39,13 +39,7 @@ In this tutorial, you:
3939

4040
* **Security context**: Ensure that your user account has the `Microsoft.Authorization/roleAssignments/write` permissions as 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).
4141

42-
* **Namespace**: By using Azure Cloud Shell in the Azure portal, run the following command to set up a namespace:
43-
44-
```azurecli
45-
az provider register --namespace "Microsoft.App"
46-
```
47-
48-
* **Access to the Sweden Central region**: During the preview, the only allowed region for SRE Agent is Sweden Central. Make sure that your user account has *owner* or *admin* permissions, along with permissions to create resources in the Sweden Central region.
42+
* **Access to the approved regions**: During the preview, the only allowed regions for SRE Agent are the *Sweden Central*, *East US 2*, and *Australia East* regions. Make sure that your user account has *owner* or *admin* permissions, along with permissions to create resources in the appropriate region.
4943

5044
## 1. Create an App Service app
5145

@@ -192,7 +186,7 @@ Now, create an agent to monitor your App Service app:
192186
| **Subscription** | Your Azure subscription | |
193187
| **Resource group** | **my-sre-agent-group** | New group for the agent. |
194188
| **Name** | **my-sre-agent** | |
195-
| **Region** | **Sweden Central** | During the preview, Azure SRE Agent is available only in the Sweden Central region. However, the agent can monitor resources in any Azure region.<br><br>If no options appear in the dropdown list, you might not have permissions to access to the Sweden Central region. |
189+
| **Region** | **East US 2** | During the preview, Azure SRE Agent is available only in the *Sweden Central*, *East US 2*, and *Australia East* regions. However, the agent can monitor resources in any Azure region.<br><br>If no options appear in the dropdown list, you might not have permissions to access to the agent's region. |
196190

197191
1. Choose **Select resource groups**.
198192

articles/sre-agent/troubleshoot-azure-container-apps.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Tutorial: Troubleshoot an App Using Azure SRE Agent Preview and Azure Co
33
description: Deploy an automated agent to help monitor and resolve problems by using Azure SRE Agent and Azure Container Apps.
44
author: craigshoemaker
55
ms.topic: tutorial
6-
ms.date: 07/17/2025
6+
ms.date: 10/13/2025
77
ms.author: cshoe
88
ms.service: azure-sre-agent
99
---
@@ -29,13 +29,7 @@ In this tutorial, you:
2929

3030
* **Security context**: Ensure that your user account has the `Microsoft.Authorization/roleAssignments/write` permissions as 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).
3131

32-
* **Namespace**: By using Azure Cloud Shell in the Azure portal, run the following command to set up a namespace:
33-
34-
```azurecli
35-
az provider register --namespace "Microsoft.App"
36-
```
37-
38-
* **Access to the Sweden Central region**: During the preview, the only allowed region for SRE Agent is Sweden Central. Make sure that your user account has *owner* or *admin* permissions, along with permissions to create resources in the Sweden Central region.
32+
* **Access to the approved regions**: During the preview, the only allowed regions for SRE Agent are the *Sweden Central*, *East US 2*, and *Australia East* regions. Make sure that your user account has *owner* or *admin* permissions, along with permissions to create resources in the appropriate region.
3933

4034
## 1. Create a container app
4135

@@ -115,7 +109,7 @@ Next, create an agent to monitor the **my-aca-app-group** resource group:
115109
| Property | Value |
116110
|---|---|
117111
| **Agent name** | Enter **my-aca-sre-agent**. |
118-
| **Region** | Select **Sweden Central**.<br><br>During the preview, Azure SRE Agent is available only in the Sweden Central region. However, the agent can monitor resources in any Azure region.<br><br>If no options appear in the dropdown list, you might not have permissions to access to the Sweden Central region. |
112+
| **Region** | Select **East US 2**.<br><br>During the preview, Azure SRE Agent is available only in the *Sweden Central*, *East US 2*, and *Australia East* regions. However, the agent can monitor resources in any Azure region.<br><br>If no options appear in the dropdown list, you might not have permissions to access to the agent's region. |
119113

120114
1. In the **Managed resource groups** section, choose the **Select resource groups** button.
121115

articles/sre-agent/usage.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create and Use an agent in Azure SRE Agent Preview
33
description: Learn how 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: 09/30/2025
6+
ms.date: 10/13/2025
77
ms.author: cshoe
88
ms.service: azure-sre-agent
99
---
@@ -16,7 +16,7 @@ This article demonstrates how to create an agent and connect it to your resource
1616

1717
## Preview access
1818

19-
While access to SRE Agent was previously only available to customers via a waitlist, the agent is now available to all customers through the [Azure portal](https://aka.ms/sreagent-portal).
19+
While access to SRE Agent was previously only available to customers via a waitlist, the agent is now available to all customers through the [Azure portal](https://aka.ms/sreagent/portal).
2020

2121
> [!NOTE]
2222
> By using SRE Agent, you consent to the product-specific [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
@@ -35,19 +35,13 @@ To create an agent, you need to grant your agent the correct permissions and acc
3535
az account set --subscription "<SUBSCRIPTION_ID>"
3636
```
3737
38-
* **Namespace**: By using Azure Cloud Shell in the Azure portal, run the following command to set up a namespace:
39-
40-
```azurecli
41-
az provider register --namespace "Microsoft.App"
42-
```
43-
44-
* **Access to the Sweden Central or East US 2 region**: During the preview, the only allowed regions for SRE Agent are Sweden Central and East US 2. Make sure that your user account has *owner* or *admin* permissions, along with permissions to create resources in one of these regions.
38+
* **Access to the approved regions**: During the preview, the only allowed regions for SRE Agent are the *Sweden Central*, *East US 2*, and *Australia East* regions. Make sure that your user account has *owner* or *admin* permissions, along with permissions to create resources in the appropriate region.
4539
4640
## Create an agent
4741
4842
Create an agent by associating resource groups that you want to monitor with the agent:
4943
50-
1. Open the [Azure portal](https://aka.ms/sreagent-portal).
44+
1. Open the [Azure portal](https://aka.ms/sreagent/portal).
5145
5246
1. Select **Create**.
5347
@@ -65,7 +59,7 @@ Create an agent by associating resource groups that you want to monitor with the
6559
| Property | Value |
6660
|---|---|
6761
| **Agent name** | Enter a name for your agent. |
68-
| **Region** | Select **Sweden Central** or **East US 2**.<br><br>During the preview, Azure SRE Agent is available only in the Sweden Central or East US 2 regions. However, the agent can monitor resources in any Azure region.<br><br>If no options appear in the dropdown list, you might not have permissions to access to these regions. |
62+
| **Region** | Select **East US 2**.<br><br>During the preview, Azure SRE Agent is available only in the *Sweden Central*, *East US 2*, and *Australia East* regions. However, the agent can monitor resources in any Azure region.<br><br>If no options appear in the dropdown list, you might not have permissions to access to these regions. |
6963
7064
1. Select **Choose resource groups**.
7165

0 commit comments

Comments
 (0)