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_M03_L08_Control_Deployments_using_Release_Gates.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,15 +160,12 @@ In this task, you will create two Azure web apps representing the **DevTest** an
160
160
| Resource group |**az400m04l09-RG**|
161
161
| Name | the name of the DevTest web app you recorded in the previous task |
162
162
| 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.
166
163
167
164
1. Click **Review + create** and then click **Create**.
168
165
1. Wait for the provisioning process to complete.
169
166
1. In the Azure portal, navigate to the resource group **az400m04l09-RG** you created in the previous task.
170
167
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**.
172
169
1. On the **Application Insights** blade, click **Turn on Application Insights**.
173
170
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**.
174
171
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
177
174
178
175
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.
179
176
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**.
181
178
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:
0 commit comments