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

Commit c1d0305

Browse files
authored
Update AZ400_M04_L11 Update Configuration to Environment Variables
In the portal, the App settings has been moved to a new panel titled, **Environment Variables**. This makes that correction.
1 parent 7b4ba98 commit c1d0305

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
@@ -191,7 +191,7 @@ If you want to know how to implement this in your application, please take a loo
191191
In order to make sure that your website is accessing App Configuration, you need to update its configuration.
192192

193193
1. Go back to your Web App.
194-
1. In the **Settings** section, click on **Configuration**.
194+
1. In the **Settings** section, click on **Environment Variables**.
195195
1. Add two new application settings:
196196
- First app setting
197197
- **Name:** UseAppConfig
@@ -200,7 +200,7 @@ In order to make sure that your website is accessing App Configuration, you need
200200
- **Name:** AppConfigEndpoint
201201
- **Value:** *the value you saved/copied previously from App Configuration Endpoint. It should look like <https://appcs-NAME-REGION.azconfig.io>*
202202

203-
1. Click **Ok** then **Save** and wait for the settings to be updated.
203+
1. Click **Apply** then **Confirm** and wait for the settings to be updated.
204204
1. Go to **Overview** and click on **Browse**
205205
1. At this step, you will see no changes in the website since the App Configuration doesn't contain any data. This is what you will do in the next tasks.
206206

0 commit comments

Comments
 (0)