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/app-service/tutorial-sre-agent.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ To complete this tutorial, you need an [Azure subscription](https://azure.micros
33
33
34
34
## 1. Create an App Service app
35
35
36
-
Start by creating a web app that the SRE Agent will monitor.
36
+
Start by creating a web app that the SRE Agent can monitor.
37
37
38
38
1. Sign in to the https://portal.azure.com.
39
39
1. In the top search bar, search for **App Services**, then select it from the results.
@@ -66,7 +66,7 @@ In the *Basics* tab, provide the following details:
66
66
1. Under *Authentication settings*, enable **Basic authentication**.
67
67
68
68
> [!NOTE]
69
-
> This is used later for a one-time deployment from GitHub. In production, [disable Basic Auth](configure-basic-auth-disable.md?tabs=portal) and use secure deployment methods like GitHub Actions or Azure DevOps.
69
+
> Basic authentication is used later for a one-time deployment from GitHub. In production, [disable Basic Auth](configure-basic-auth-disable.md?tabs=portal) and use secure deployment methods like GitHub Actions or Azure DevOps.
70
70
71
71
1. Select **Review and create**.
72
72
@@ -75,7 +75,7 @@ In the *Basics* tab, provide the following details:
75
75
76
76
1. Select **Create** to deploy the app.
77
77
78
-
Once deployment completes, you’ll see the message: *Your deployment is complete*.
78
+
Once deployment completes, you see the message: *Your deployment is complete*.
79
79
80
80
## 2. Deploy the sample app
81
81
@@ -233,9 +233,9 @@ Once your SRE Agent is deployed and connected to your resource group, you can in
233
233
234
234
1. In the chat box, enter the following command:
235
235
236
-
```text
237
-
List my App Service apps
238
-
```
236
+
```text
237
+
List my App Service apps
238
+
```
239
239
240
240
1. The agent will respond with a list of App Service apps deployed in the `my-app-service-group` resource group.
241
241
@@ -270,9 +270,9 @@ Now simulate a failure scenario by swapping to the broken deployment slot.
1. Repeat the conversion step a few more times to generate additional HTTP 500 logs.
273
+
1. Repeat the conversion step a few more times to generate additional HTTP 500 errors.
274
274
275
-
> These logs willhelp the SRE Agent detect and diagnose the issue.
275
+
> These errorshelp the SRE Agent detect and diagnose the issue.
276
276
277
277
## 9. Fix the app
278
278
@@ -303,7 +303,7 @@ Now that the app is experiencing failures, use the SRE Agent to diagnose and res
303
303
304
304
1. Select **Approve** to initiate the rollback.
305
305
306
-
1. Once the rollback is complete, the agent will confirm:
306
+
1. Once the rollback is complete, the agent confirms:
307
307
308
308
> *The slot swap for my-sre-app has been completed successfully (timestamp). The production slot has been restored. I will now continue with post-mitigation steps:*
309
309
>
@@ -320,12 +320,12 @@ After the SRE Agent rolls back the slot swap, confirm that your app is functioni
320
320
321
321
1. In the app interface:
322
322
323
-
- Click **Tools** in the navigation bar.
323
+
- Select **Tools** in the navigation bar.
324
324
- Select **Convert to PNG**.
325
325
326
-

326
+

327
327
328
-
1. Select the first five images and click **Convert**.
328
+
1. Select the first five images and select **Convert**.
329
329
330
330
- The conversion should now complete successfully without HTTP 500 errors.
331
331
@@ -350,7 +350,7 @@ Repeat the following steps for both of these resource groups:
0 commit comments