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

Commit 06cc701

Browse files
Update AZ400_M03_L08_Control_Deployments_using_Release_Gates.md
Desirable to backtick these for typetext
1 parent c8f2c7a commit 06cc701

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Instructions/Labs/AZ400_M03_L08_Control_Deployments_using_Release_Gates.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ In this task, you will create two Azure web apps representing the **DevTest** an
147147

148148
#### Task 2: Configure an Application Insights resource
149149

150-
1. In the Azure portal, use the **Search resources, services, and docs** text box at the top of the page to search for **Application Insights** and, in the list of results, select **Application Insights**.
150+
1. In the Azure portal, use the **Search resources, services, and docs** text box at the top of the page to search for **`Application Insights`** and, in the list of results, select **Application Insights**.
151151
1. On the **Application Insights** blade, select **+ Create**.
152152
1. On the **Application Insights** blade, on the **Basics** tab, specify the following settings (leave others with their default values):
153153

@@ -203,9 +203,9 @@ In this task, you will set up the release tasks as part of the Release Pipeline.
203203
1. Click **New Pipeline**.
204204
1. From the **Select a template** window, **choose** **Azure App Service Deployment** (Deploy your application to Azure App Service. Choose from Web App on Windows, Linux, containers, Function Apps, or WebJobs) under the **Featured** list of templates.
205205
1. Click **Apply**.
206-
1. From the **Stage** window appearing, update the default "Stage 1" Stage Name to **DevTest**. Close the popup window by using the **X** button. You are now in the graphical editor of the Release Pipeline, showing the DevTest Stage.
207-
1. On the top of the page, rename the current pipeline from **New release pipeline** to **eshoponweb-cd**.
208-
1. Hover the mouse over the DevTest Stage, and click the **Clone** button, to copy the DevTest Stage to an additional Stage. Name this Stage **Production**.
206+
1. From the **Stage** window appearing, update the default "Stage 1" Stage Name to **`DevTest`**. Close the popup window by using the **X** button. You are now in the graphical editor of the Release Pipeline, showing the DevTest Stage.
207+
1. On the top of the page, rename the current pipeline from **New release pipeline** to **`eshoponweb-cd`**.
208+
1. Hover the mouse over the DevTest Stage, and click the **Clone** button, to copy the DevTest Stage to an additional Stage. Name this Stage **`Production`**.
209209

210210
> **Note**: The pipeline now contains two stages named **DevTest** and **Production**.
211211

0 commit comments

Comments
 (0)