Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 1af445a

Browse files
Update AZ400_M17_Monitoring_Application_Performance_with_Application_Insights.md
1 parent f0bca75 commit 1af445a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Instructions/Labs/AZ400_M17_Monitoring_Application_Performance_with_Application_Insights.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,13 +228,13 @@ In this task, you will deploying a web app to Azure by using Azure DevOps pipeli
228228
229229
1. Switch to the web browser displaying the Azure portal and navigate to the App Service web app you provisioned earlier in the lab.
230230
1. On the App Service web app blade, click in the vertical menu on the left side, in the **Settings** section, click **Configuration** tab.
231-
1. In the list of **Application settings**, click the **APPINSIGHTS_INSTRUMENTATIONKEY** entry.
231+
1. In the list of **Application settings**, click the **APPINSIGHTS_INSTRUMENTATIONKEY** entry. (If you don't see this entry, then select **Application Insights** under Settings and **Enable** Aplication Insights, and then select **Apply**.)
232232
1. On the **Add/Edit application setting** blade, copy the text in the **Value** textbox and click **Cancel**.
233233

234234
> **Note**: This is the default setting added during the App Service web app deployment, which already contains the Application Insights ID. We need to add a new setting expected by our app, with a different name but the matching value. This is a specific requirement for our sample.
235235

236236
1. In the **Application settings** section, click **+ New application setting**.
237-
1. On the **Add/Edit application setting** blade, in the **Name** textbox, type **Keys:ApplicationInsights:InstrumentationKey**, in the **Value** textbox, type the string of characters you copied into Clipboard and click **OK**.
237+
1. On the **Add/Edit application setting** blade, in the **Name** textbox, type **Keys:ApplicationInsights:InstrumentationKey**, in the **Value** textbox, type the string of characters you copied into Clipboard and click **OK**. Select **Save**.
238238

239239
> **Note**: Changes to the application settings and connection strings trigger restart of the web app.
240240

@@ -400,7 +400,7 @@ In this task, you will use Application Insights to investigate performance of th
400400
401401
1. On the **Alerts** blade, in the toolbar, click **+ New alert rule**.
402402
1. On the **Create alert rule** blade, note that, in the **Scope** section, the current Application Insights resource will be selected by default.
403-
1. On the **Create alert rule** blade, in the **Condition** section, click **Select condition**.
403+
1. On the **Create alert rule** blade, in the **Condition** section, click **Add condition**.
404404
1. On the **Configure signal logic** blade, search for and select the **Failed requests** metric.
405405
1. On the **Configure signal logic** blade, scroll down to the **Alert logic** section, ensure that **Threshold** is set to **Static** and set the **Threshold value** to **1**.
406406

0 commit comments

Comments
 (0)