From 45ceed49cfdcfa821d3088e943c88a6fab52421b Mon Sep 17 00:00:00 2001 From: Nuttapong Wong-aree <98095529+msftnutta@users.noreply.github.com> Date: Tue, 28 May 2024 16:59:08 +0800 Subject: [PATCH] Update AZ-204_lab_01.md --- Instructions/Labs/AZ-204_lab_01.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Instructions/Labs/AZ-204_lab_01.md b/Instructions/Labs/AZ-204_lab_01.md index af80da17..4dd6828f 100644 --- a/Instructions/Labs/AZ-204_lab_01.md +++ b/Instructions/Labs/AZ-204_lab_01.md @@ -302,13 +302,13 @@ The following screenshot displays the configured settings on the **Create web ap #### Task 2: Configure a web app -1. On the **App Service** blade, in the **Settings** section, select the **Configuration** link. +1. On the **App Service** blade, in the **Settings** section, select the **Environment variables** link. -1. In the **Configuration** section, perform the following actions, select **Save**, and then select **Continue**: +1. In the **Environment variables** section, perform the following actions, select **Save**, and then select **Continue**: | Setting | Action | |--|--| - | **Application settings** tab | Select **New application setting** | + | **App settings** tab | Select **New application setting** | | **Add/Edit application setting** pop-up dialog | In the **Name** text box, enter **ApiUrl** | | **Value** text box | Enter the web app URL that you copied previously in this lab. **Note**: Make sure you include the protocol **https://**, in the URL that you copy into the **Value** text box for this application setting | | **Deployment slot setting** check box | Retain the default value, and then select **OK** |