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
{{ message }}
This repository was archived by the owner on Jan 21, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: Instructions/Labs/AZ400_M17_Monitoring_Application_Performance_with_Application_Insights.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -228,13 +228,13 @@ In this task, you will deploying a web app to Azure by using Azure DevOps pipeli
228
228
229
229
1. Switch to the web browser displaying the Azure portal and navigate to the App Service web app you provisioned earlier in the lab.
230
230
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, thenselect**Application Insights** under Settings and **Enable** Aplication Insights, and thenselect**Apply**.)
232
232
1. On the **Add/Edit application setting** blade, copy the text in the **Value** textbox and click **Cancel**.
233
233
234
234
>**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.
235
235
236
236
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**.
238
238
239
239
>**Note**: Changes to the application settings and connection strings trigger restart of the web app.
240
240
@@ -400,7 +400,7 @@ In this task, you will use Application Insights to investigate performance of th
400
400
401
401
1. On the **Alerts** blade, in the toolbar, click **+ New alert rule**.
402
402
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**.
404
404
1. On the **Configure signal logic** blade, search for and select the **Failed requests** metric.
405
405
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**.
0 commit comments