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

Commit b16473c

Browse files
committed
update rg names
1 parent df2040e commit b16473c

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Instructions/Labs/AZ400_M03_L08_Control_Deployments_using_Release_Gates.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,14 @@ In this task, you will create two Azure web apps representing the **DevTest** an
122122
123123
```bash
124124
REGION='centralus'
125-
RESOURCEGROUPNAME='az400m04l09-RG'
125+
RESOURCEGROUPNAME='az400m03l08-RG'
126126
az group create -n $RESOURCEGROUPNAME -l $REGION
127127
```
128128

129129
1. To create an App service plan
130130

131131
```bash
132-
SERVICEPLANNAME='az400m04l09-sp1'
132+
SERVICEPLANNAME='az400m03l08-sp1'
133133
az appservice plan create -g $RESOURCEGROUPNAME -n $SERVICEPLANNAME --sku S1
134134
```
135135

@@ -153,7 +153,7 @@ In this task, you will create two Azure web apps representing the **DevTest** an
153153

154154
| Setting | Value |
155155
| -------------- | ------------------------------------------------------------------------------------- |
156-
| Resource group | **az400m04l09-RG** |
156+
| 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 |
159159
| Resource Mode | **Classic** |
@@ -162,9 +162,9 @@ In this task, you will create two Azure web apps representing the **DevTest** an
162162
163163
1. Click **Review + create** and then click **Create**.
164164
1. Wait for the provisioning process to complete.
165-
1. In the Azure portal, navigate to the resource group **az400m04l09-RG** you created in the previous task.
165+
1. In the Azure portal, navigate to the resource group **az400m03l08-RG** you created in the previous task.
166166
1. In the list of resources, click the **DevTest** web app.
167-
1. On the **DevTest** web app page, in the vertical menu on the left, in the **Settings** section, click **Application Insights**.
167+
1. On the **DevTest** web app page, in the vertical menu on the left, in the **Monitoring** section, click **Application Insights**.
168168
1. On the **Application Insights** blade, click **Turn on Application Insights**.
169169
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**.
170170
1. Wait until the change takes effect.
@@ -242,8 +242,8 @@ In this task, you will set up the release tasks as part of the Release Pipeline.
242242
243243
1. In the vertical navigational pane, in the **Pipelines** section, click **Releases** and, on the **eshoponweb-cd** pane, click the entry representing the most recent release.
244244
1. On the **eshoponweb-cd > Release-1** blade, track the progress of the release and verify that the deployment to both web apps completed successfully.
245-
1. Switch to the Azure portal interface, navigate to the resource group **az400m04l09-RG**, in the list of resources, click the **DevTest** web app, on the web app blade, click **Browse**, and verify that the web page (E-commerce website) loads successfully in a new web browser tab.
246-
1. Switch back to the Azure portal interface, this time navigating to the resource group **az400m04l09-RG**, in the list of resources, click the **Production** web app, on the web app blade, click **Browse**, and verify that the web page loads successfully in a new web browser tab.
245+
1. Switch to the Azure portal interface, navigate to the resource group **az400m03l08-RG**, in the list of resources, click the **DevTest** web app, on the web app blade, click **Browse**, and verify that the web page (E-commerce website) loads successfully in a new web browser tab.
246+
1. Switch back to the Azure portal interface, this time navigating to the resource group **az400m03l08-RG**, in the list of resources, click the **Production** web app, on the web app blade, click **Browse**, and verify that the web page loads successfully in a new web browser tab.
247247
1. Close the web browser tab displaying the **EShopOnWeb** web site.
248248

249249
> **Note**: Now you have the application with CI/CD configured. In the next exercise we will set up Quality Gates as part of a more advanced Release pipeline.
@@ -273,7 +273,7 @@ In this task, you will enable the post-deployment gate for the DevTest Environme
273273

274274
1. Back on the **All pipelines > eshoponweb-cd** pane, on the right edge of the rectangle representing the **DevTest Environment** stage, click the oval shape representing the **Post-deployment conditions**.
275275
1. On **Post-deployment conditions** pane, set the **Gates** slider to **Enabled**, click **+ Add**, and, in the pop-up menu, click **Query Azure Monitor Alerts**.
276-
1. On **Post-deployment conditions** pane, in the **Query Azure Monitor Alerts** section, in the **Azure subscription** dropdown list, select the **service connection** entry representing the connection to your Azure subscription, and, in the **Resource group** dropdown list, select the **az400m04l09-RG** entry.
276+
1. On **Post-deployment conditions** pane, in the **Query Azure Monitor Alerts** section, in the **Azure subscription** dropdown list, select the **service connection** entry representing the connection to your Azure subscription, and, in the **Resource group** dropdown list, select the **az400m03l08-RG** entry.
277277
1. On the **Post-deployment conditions** pane, expand the **Advanced** section and configure the following options:
278278

279279
- Filter type: **None**

0 commit comments

Comments
 (0)