Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit 6bdcb21

Browse files
CopilotLuizMacedo
andcommitted
Fix Lab 12 Dynamic Configuration feedback issues
Co-authored-by: LuizMacedo <[email protected]>
1 parent 31c9258 commit 6bdcb21

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Instructions/Labs/AZ400_M04_L11_Enable_Dynamic_Configuration_and_Feature_Flags.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ Let's import the CD pipeline named [eshoponweb-cd-webapp-code.yml](https://githu
9494

9595
1. Click on **Save and Run** and wait for the pipeline to execute successfully.
9696

97+
> **Note**: You must click **Save and Run** twice. If the Jobs window displays a permission needed message, select **Deploy** from the Jobs window, select **View**, and then **Permit** twice to complete the pipeline run.
98+
9799
> **Note**: The deployment may take a few minutes to complete.
98100
99101
The CD definition consists of the following tasks:
@@ -128,8 +130,8 @@ If you want to know how to implement this in your application, please take a loo
128130
1. In the **Settings** section, click on **Identity** then switch status to **On** in the **System Assigned** section, click **save > yes** and wait a few seconds for the operation to finish.
129131
1. Go back to the App Configuration service and click on **Access control** then **Add role assignment**.
130132
1. In the **Role** section, select **App Configuration Data Reader**.
131-
1. In the **Members** section, check **Manage Identity** then select the managed identity of your Web App (they should have the same name).
132-
1. Click on **Review and assign**.
133+
1. In the **Members** section, check **Manage Identity**, then click **+ Select members**. In the **Managed Identity** field, select **App Service (1)**, select your app service, then click **Select**.
134+
1. Click on **Review and assign** twice to complete the role assignment.
133135

134136
#### Task 3: Configure the Web App
135137

@@ -140,7 +142,7 @@ In order to make sure that your website is accessing App Configuration, you need
140142
1. Add two new application settings:
141143
- First app setting
142144
- **Name:** UseAppConfig
143-
- **Value:** true
145+
- **Value:** `true` (type this text)
144146
- Second app setting
145147
- **Name:** AppConfigEndpoint
146148
- **Value:** *the value you saved/copied previously from App Configuration Endpoint. It should look like <https://appcs-NAME-REGION.azconfig.io>*
@@ -157,7 +159,7 @@ In order to make sure that your website is accessing App Configuration, you need
157159
1. In the **Operations** section, select **Configuration Explorer**.
158160
1. Click on **Create > Key-value** then add:
159161
- **Key:** eShopWeb:Settings:NoResultsMessage
160-
- **Value:** *type your custom message*
162+
- **Value:** *type your custom message* (for example: "No products found matching your search criteria")
161163
1. Click **Apply** then go back to your website and refresh the page.
162164
1. You should see your new message instead of the old default value.
163165

0 commit comments

Comments
 (0)