Skip to content

Commit 611a209

Browse files
committed
acro fixes
1 parent 5b6fee0 commit 611a209

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To complete this tutorial, you need an [Azure subscription](https://azure.micros
3333

3434
## 1. Create an App Service app
3535

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.
3737

3838
1. Sign in to the https://portal.azure.com.
3939
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:
6666
1. Under *Authentication settings*, enable **Basic authentication**.
6767

6868
> [!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.
7070
7171
1. Select **Review and create**.
7272

@@ -75,7 +75,7 @@ In the *Basics* tab, provide the following details:
7575

7676
1. Select **Create** to deploy the app.
7777

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*.
7979

8080
## 2. Deploy the sample app
8181

@@ -233,9 +233,9 @@ Once your SRE Agent is deployed and connected to your resource group, you can in
233233
234234
1. In the chat box, enter the following command:
235235
236-
    ```text
237-
    List my App Service apps
238-
    ```
236+
```text
237+
List my App Service apps
238+
```
239239
240240
1. The agent will respond with a list of App Service apps deployed in the `my-app-service-group` resource group.
241241
@@ -270,9 +270,9 @@ Now simulate a failure scenario by swapping to the broken deployment slot.
270270
271271
    ![HTTP 500](./media/tutorial-azure-monitor/sample-monitor-app-http-500.png)
272272
273-
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.
274274
275-
    > These logs will help the SRE Agent detect and diagnose the issue.
275+
    > These errors help the SRE Agent detect and diagnose the issue.
276276
277277
## 9. Fix the app
278278
@@ -303,7 +303,7 @@ Now that the app is experiencing failures, use the SRE Agent to diagnose and res
303303
304304
1. Select **Approve** to initiate the rollback.
305305
306-
1. Once the rollback is complete, the agent will confirm:
306+
1. Once the rollback is complete, the agent confirms:
307307
308308
    > *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:*
309309
    >
@@ -320,12 +320,12 @@ After the SRE Agent rolls back the slot swap, confirm that your app is functioni
320320
321321
1. In the app interface:
322322
323-
    - Click **Tools** in the navigation bar.
323+
    - Select **Tools** in the navigation bar.
324324
    - Select **Convert to PNG**.
325325
326-
    ![Click `Tools` and select `Convert to PNG`](./media/tutorial-azure-monitor/sample-monitor-app-tools-menu.png)
326+
    ![Select `Tools` and select `Convert to PNG`](./media/tutorial-azure-monitor/sample-monitor-app-tools-menu.png)
327327
328-
1. Select the first five images and click **Convert**.
328+
1. Select the first five images and select **Convert**.
329329
330330
    - The conversion should now complete successfully without HTTP 500 errors.
331331
@@ -350,7 +350,7 @@ Repeat the following steps for both of these resource groups:
350350
351351
1. Select **Delete**.
352352
353-
    > Deletion may take a few minutes to complete.
353+
    > Deletion takes a few minutes to complete.
354354
355355
## Next steps
356356

0 commit comments

Comments
 (0)