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

Commit 0fad255

Browse files
authored
Merge pull request #683 from MicrosoftLearning/copilot/fix-656
Fix Lab 12 Dynamic Configuration feedback issues - improve user experience
2 parents e4d9602 + 9d05004 commit 0fad255

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Instructions/Labs/AZ400_M04_L11_Enable_Dynamic_Configuration_and_Feature_Flags.md

Lines changed: 4 additions & 2 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

0 commit comments

Comments
 (0)