Skip to content

Commit ce4153b

Browse files
committed
fix acro
1 parent 29a3545 commit ce4153b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

articles/app-service/tutorial-sre-agent.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 05/18/2025
1010
# Troubleshoot an App Service app using Azure SRE Agent (preview)
1111

1212
> [!NOTE]
13-
> Site Reliability Engineering (SRE) Agent is in preview. By using SRE Agent you consent the product-specific terms on this page: [Preview Terms Of Use | Microsoft Azure](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
13+
> Site Reliability Engineering (SRE) Agent is in preview. By using SRE Agent, you consent the product-specific terms on this page: [Preview Terms Of Use | Microsoft Azure](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
1414
1515
## Introduction
1616

@@ -82,7 +82,7 @@ Now that your App Service app is created, deploy the sample application from Git
8282

8383
1. In the left-hand menu, under the *Deployment* section, select **Deployment Center**.
8484

85-
1. In the *Settings* tab, configure the following:
85+
1. In the *Settings* tab, configure:
8686

8787
| Property | Value |
8888
|------------|--------------------------------------------------------------|
@@ -97,7 +97,7 @@ Now that your App Service app is created, deploy the sample application from Git
9797
After deployment, confirm that the sample app is running as expected.
9898

9999
1. In the left menu of your App Service, select **Overview**.
100-
1. Select **Browse** to open the app in a new browser tab. (It may take a minute to load.)
100+
1. Select **Browse** to open the app in a new browser tab. (It might take a minute to load.)
101101
1. The app displays a large counter and two buttons:
102102

103103
:::image type="content" source="media/tutorial-sre-agent/verify-sample-primary-slot.png" alt-text="Screenshot of the .NET sample in the primary slot." border="false":::
@@ -114,16 +114,16 @@ To simulate an app failure scenario, add a secondary deployment slot.
114114

115115
| Property | Value | Remarks |
116116
|---------------------|--------------|------------------------------------------------------------------------------------------|
117-
| Name | `broken` | The error scenario will be triggered in this slot. |
117+
| Name | `broken` | The error scenario is triggered in this slot. |
118118
| Clone settings from | `my-sre-app` | Copies configuration from the main app. |
119119

120-
1. Scroll to the bottom of the dialog window and select **Add**. Slot creation may take a minute to complete.
120+
1. Scroll to the bottom of the dialog window and select **Add**. Slot creation might take a minute to complete.
121121

122122
### Deploy the sample app to the slot
123123

124124
1. Once the slot is created, select the **broken** slot from the list.
125125
1. In the left menu, under the *Deployment* section, select **Deployment Center**.
126-
1. In the *Settings* tab, configure the following:
126+
1. In the *Settings* tab, configure:
127127

128128
| Property | Value |
129129
|------------|---------------------------------------------------------------|
@@ -176,7 +176,7 @@ Now, create an Azure SRE Agent to monitor your App Service app.
176176

177177
1. Select **Save**.
178178

179-
1. Back in the *Create agent* window, select **Create**. The agent creation process may take a few minutes to complete.
179+
1. Back in the *Create agent* window, select **Create**. The agent creation process takes a few minutes to complete.
180180

181181
## 7. Chat with your agent
182182

@@ -194,7 +194,7 @@ Once your SRE Agent is deployed and connected to your resource group, you can in
194194
List my App Service apps
195195
```
196196
197-
1. The agent will respond with a list of App Service apps deployed in the `my-app-service-group` resource group.
197+
1. The agent responds with a list of App Service apps deployed in the `my-app-service-group` resource group.
198198
199199
Now that the agent can see your app, you’re ready to simulate a failure and let the agent help you resolve it.
200200
@@ -206,14 +206,14 @@ Now simulate a failure scenario by swapping to the broken deployment slot.
206206
207207
1. Select **Swap**.
208208
209-
1. In the *Swap* dialog, configure the following:
209+
1. In the *Swap* dialog, configure:
210210
211211
| Property | Value | Remarks |
212212
|----------|---------------------|----------------------------------|
213213
| Source | `my-sre-app-broken` | The slot with the faulty version |
214214
| Target | `my-sre-app` | The production slot |
215215
216-
1. Scroll to the bottom and select **Start Swap**. The swap operation may take a minute to complete.
216+
1. Scroll to the bottom and select **Start Swap**. The swap operation might take a minute to complete.
217217
218218
1. Once the swap is complete, browse to the app’s URL.
219219
@@ -223,7 +223,7 @@ Now simulate a failure scenario by swapping to the broken deployment slot.
223223
224224
1. You should see the app fail and return an HTTP 500 error.
225225
226-
1. Refresh the page (by pressing Command-R or F5) several times to generate additional HTTP 500 errors, which will help the SRE Agent detect and diagnose the issue.
226+
1. Refresh the page (by pressing Command-R or F5) several times to generate additional HTTP 500 errors, which help the SRE Agent detect and diagnose the issue.
227227
228228
## 9. Fix the app
229229
@@ -241,7 +241,7 @@ Now that the app is experiencing failures, use the SRE Agent to diagnose and res
241241
What's wrong with my-sre-app?
242242
```
243243
244-
1. The agent will begin analyzing the app’s health. You’ll see diagnostic messages related to availability, CPU and memory usage, and the recent slot swap.
244+
1. The agent begins to analyze the app’s health. You should see diagnostic messages related to availability, CPU and memory usage, and the recent slot swap.
245245
246246
> Each session may vary, but you should see a message similar to:
247247
>

0 commit comments

Comments
 (0)