From 559366dcedd32f5b7c712d84b1646eb3f4bcee81 Mon Sep 17 00:00:00 2001 From: Firas Date: Wed, 14 Dec 2022 15:45:49 +0100 Subject: [PATCH] Update AZ400_M05_L14_Enable_Dynamic_Configuration_and_Feature_Flags.md --- ..._M05_L14_Enable_Dynamic_Configuration_and_Feature_Flags.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Instructions/Labs/AZ400_M05_L14_Enable_Dynamic_Configuration_and_Feature_Flags.md b/Instructions/Labs/AZ400_M05_L14_Enable_Dynamic_Configuration_and_Feature_Flags.md index 4e4dd8830..5464c9881 100644 --- a/Instructions/Labs/AZ400_M05_L14_Enable_Dynamic_Configuration_and_Feature_Flags.md +++ b/Instructions/Labs/AZ400_M05_L14_Enable_Dynamic_Configuration_and_Feature_Flags.md @@ -140,6 +140,8 @@ A service principal is automatically created by Azure Pipeline when you connect #### Task 3: Import and run the CD pipeline +Let's import the CD pipeline named [eshoponweb-cd-webapp-code.yml](https://github.com/MicrosoftLearning/eShopOnWeb/blob/main/.ado/eshoponweb-cd-webapp-code.yml). + 1. Go to **Pipelines>Pipelines** 1. Click on **New pipeline** button @@ -150,7 +152,7 @@ A service principal is automatically created by Azure Pipeline when you connect 1. Select **Existing Azure Pipelines YAML File** -1. Select the **/.ado/eshoponweb-ci.yml** file then click on **Continue** +1. Select the **/.ado/eshoponweb-cd-webapp-code.yml** file then click on **Continue** 1. In the YAML pipeline definition, customize: - **YOUR-SUBSCRIPTION-ID** with your Azure subscription id.