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

Commit 7855ba8

Browse files
authored
Merge branch 'master' into azure-pass-retirement
2 parents d014e5f + d3b3ee2 commit 7855ba8

4 files changed

Lines changed: 6 additions & 9 deletions

Instructions/Labs/AZ400_M02_L05_Implement_GitHub_Actions_for_CI_CD.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ After you complete this lab, you will be able to:
3636
In this exercise, you will import the existing [eShopOnWeb](https://github.com/MicrosoftLearning/eShopOnWeb) repository code to your own GitHub private repo.
3737

3838
The repository is organized the following way:
39-
- **.ado** folder contains Azure DevOps YAML pipelines.
40-
- **.devcontainer** folder container setup to develop using containers (either locally in VS Code or GitHub Codespaces).
41-
- **infra** folder contains Bicep&ARM infrastructure as code templates used in some lab scenarios.
42-
- **.github** folder container YAML GitHub workflow definitions.
43-
- **src** folder contains the .NET 8 website used on the lab scenarios.
39+
- **.ado** folder contains Azure DevOps YAML pipelines.
40+
- **.devcontainer** folder container setup to develop using containers (either locally in VS Code or GitHub Codespaces).
41+
- **infra** folder contains Bicep&ARM infrastructure as code templates used in some lab scenarios.
42+
- **.github** folder container YAML GitHub workflow definitions.
43+
- **src** folder contains the .NET 8 website used on the lab scenarios.
4444

4545
#### Task 1: Create a public repository in GitHub and import eShopOnWeb
4646

Instructions/Labs/AZ400_M03_L08_Control_Deployments_using_Release_Gates.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,6 @@ In this task, you will create two Azure web apps representing the **DevTest** an
156156
| Resource group | **az400m03l08-RG** |
157157
| Name | the name of the DevTest web app you recorded in the previous task |
158158
| Region | the same Azure region to which you deployed the web apps earlier in the previous task |
159-
| Resource Mode | **Classic** |
160-
161-
> **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.
162159

163160
1. Click **Review + create** and then click **Create**.
164161
1. Wait for the provisioning process to complete.
@@ -173,7 +170,7 @@ In this task, you will create two Azure web apps representing the **DevTest** an
173170
174171
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.
175172
1. On the Application Insights resource blade, in the **Monitoring** section, click **Alerts** and then click **Create > Alert rule**.
176-
1. On the **Select a signal** blade, in the **Search by signal name** textbox, type **`Requests`**. From the list of results, select **Failed Requests**.
173+
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**.
177174
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:
178175

179176
- Aggregation Type: Count
-9.72 KB
Binary file not shown.
10.7 KB
Loading

0 commit comments

Comments
 (0)