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

Commit e488d75

Browse files
authored
Merge pull request #601 from maartenvandiemen/M03_optimizations
M03_L08 small textual changes
2 parents 6813e4a + 7b053e0 commit e488d75

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

Instructions/Labs/AZ400_M03_L08_Control_Deployments_using_Release_Gates.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -160,15 +160,12 @@ In this task, you will create two Azure web apps representing the **DevTest** an
160160
| Resource group | **az400m04l09-RG** |
161161
| Name | the name of the DevTest web app you recorded in the previous task |
162162
| Region | the same Azure region to which you deployed the web apps earlier in the previous task |
163-
| Resource Mode | **Classic** |
164-
165-
> **Note**: Disregard the deprecation message. This is required in order to prevent failures of the Enable Continuous Integration DevOps task you will be using later in this lab.
166163

167164
1. Click **Review + create** and then click **Create**.
168165
1. Wait for the provisioning process to complete.
169166
1. In the Azure portal, navigate to the resource group **az400m04l09-RG** you created in the previous task.
170167
1. In the list of resources, click the **DevTest** web app.
171-
1. On the **DevTest** web app page, in the vertical menu on the left, in the **Settings** section, click **Application Insights**.
168+
1. On the **DevTest** web app page, in the vertical menu on the left, in the **Monitoring** section, click **Application Insights**.
172169
1. On the **Application Insights** blade, click **Turn on Application Insights**.
173170
1. In the **Change your resource** section, click the **Select existing resource** option, in the list of existing resources, select the newly created Application Insight resource, click **Apply** and, when prompted for confirmation, click **Yes**.
174171
1. Wait until the change takes effect.
@@ -177,7 +174,7 @@ In this task, you will create two Azure web apps representing the **DevTest** an
177174
178175
1. From the same **Settings** / **Application Insights** menu option within the Web App, select **View Application Insights Data**. This redirects you to the Application Insights blade in the Azure Portal.
179176
1. On the Application Insights resource blade, in the **Monitoring** section, click **Alerts** and then click **Create > Alert rule**.
180-
1. On the **Select a signal** blade, in the **Search by signal name** textbox, type **Requests**. From the list of results, select **Failed Requests**.
177+
1. On the **Create an Alert Rule** blade, in the **Condition** section, click the **See all signals** link, type **Requests**. From the list of results, select **Failed Requests**.
181178
1. On the **Create an Alert Rule** blade, in the **Condition** section, leave the **Threshold** set to **Static**, validate the other default settings as follows:
182179

183180
- Aggregation Type: Count

0 commit comments

Comments
 (0)