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

Commit 9d05004

Browse files
CopilotLuizMacedo
andcommitted
Revert specific changes to lines 145 and 162 as requested
Co-authored-by: LuizMacedo <45747223+LuizMacedo@users.noreply.github.com>
1 parent 6bdcb21 commit 9d05004

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Instructions/Labs/AZ400_M04_L11_Enable_Dynamic_Configuration_and_Feature_Flags.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ In order to make sure that your website is accessing App Configuration, you need
142142
1. Add two new application settings:
143143
- First app setting
144144
- **Name:** UseAppConfig
145-
- **Value:** `true` (type this text)
145+
- **Value:** true
146146
- Second app setting
147147
- **Name:** AppConfigEndpoint
148148
- **Value:** *the value you saved/copied previously from App Configuration Endpoint. It should look like <https://appcs-NAME-REGION.azconfig.io>*
@@ -159,7 +159,7 @@ In order to make sure that your website is accessing App Configuration, you need
159159
1. In the **Operations** section, select **Configuration Explorer**.
160160
1. Click on **Create > Key-value** then add:
161161
- **Key:** eShopWeb:Settings:NoResultsMessage
162-
- **Value:** *type your custom message* (for example: "No products found matching your search criteria")
162+
- **Value:** *type your custom message*
163163
1. Click **Apply** then go back to your website and refresh the page.
164164
1. You should see your new message instead of the old default value.
165165

0 commit comments

Comments
 (0)