You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: Instructions/Labs/AZ400_M04_L11_Enable_Dynamic_Configuration_and_Feature_Flags.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,8 @@ Let's import the CD pipeline named [eshoponweb-cd-webapp-code.yml](https://githu
94
94
95
95
1. Click on **Save and Run** and wait for the pipeline to execute successfully.
96
96
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
+
97
99
> **Note**: The deployment may take a few minutes to complete.
98
100
99
101
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
128
130
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.
129
131
1. Go back to the App Configuration service and click on **Access control** then **Add role assignment**.
130
132
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.
133
135
134
136
#### Task 3: Configure the Web App
135
137
@@ -140,7 +142,7 @@ In order to make sure that your website is accessing App Configuration, you need
140
142
1. Add two new application settings:
141
143
- First app setting
142
144
-**Name:** UseAppConfig
143
-
-**Value:** true
145
+
-**Value:**`true` (type this text)
144
146
- Second app setting
145
147
-**Name:** AppConfigEndpoint
146
148
-**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
157
159
1. In the **Operations** section, select **Configuration Explorer**.
158
160
1. Click on **Create > Key-value** then add:
159
161
-**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")
161
163
1. Click **Apply** then go back to your website and refresh the page.
162
164
1. You should see your new message instead of the old default value.
0 commit comments