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

Commit 9b7bbb9

Browse files
authored
Merge pull request #680 from MicrosoftLearning/copilot/fix-653
Fix Lab 9 Release Gates UI instructions and add Microsoft.Web provider troubleshooting
2 parents 13eaed0 + 1335b46 commit 9b7bbb9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Instructions/Labs/AZ400_M03_L08_Control_Deployments_using_Release_Gates.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ In this task, you will create two Azure web apps representing the **DevTest** an
114114
1. In the Azure portal, click the **Cloud Shell** icon, located directly to the right of the search textbox at the top of the page.
115115
1. If prompted to select either **Bash** or **PowerShell**, select **Bash**.
116116

117-
> **Note**: If this is the first time you are starting **Cloud Shell** and you are presented with the **You have no storage mounted** message, select the subscription you are using in this lab, and select **Create storage**.
117+
> **Note**: If this is the first time you are starting **Cloud Shell** and you are presented with the **You have no storage mounted** message, select the subscription you are using in this lab, and click **Apply**.
118118
119119
1. From the **Bash** prompt, in the **Cloud Shell** pane, run the following command to create a resource group (replace the `<region>` variable placeholder with the name of the Azure region that will host the two Azure web apps, for example 'westeurope' or 'centralus' or any other available region of your choice):
120120

@@ -143,6 +143,8 @@ In this task, you will create two Azure web apps representing the **DevTest** an
143143

144144
> **Note**: Record the name of the DevTest web app. You will need it later in this lab.
145145
146+
> **Note**: If you encounter an error "The subscription is not registered to use namespace 'Microsoft.Web'", run the following command to register the Microsoft.Web resource provider: `az provider register --namespace Microsoft.Web` and wait for the registration to complete before creating the web apps.
147+
146148
1. Wait for the Web App Services Resources provisioning process to complete and close the **Cloud Shell** pane.
147149

148150
#### Task 2: Configure an Application Insights resource

0 commit comments

Comments
 (0)