From 7d1db0043f5d8fdb87b28891acd1a8d019fa3a2c Mon Sep 17 00:00:00 2001 From: ElaMark <12194751+ElaMark@users.noreply.github.com> Date: Fri, 23 Aug 2024 12:03:50 +1000 Subject: [PATCH 1/2] Update AZ-204_lab_11.md to match new UI Change the instruction that refers to the "configuration" section to instead refer to the "environment variables" section --- Instructions/Labs/AZ-204_lab_11.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Instructions/Labs/AZ-204_lab_11.md b/Instructions/Labs/AZ-204_lab_11.md index 0ff8d67c..e44f0d38 100644 --- a/Instructions/Labs/AZ-204_lab_11.md +++ b/Instructions/Labs/AZ-204_lab_11.md @@ -122,7 +122,7 @@ In this lab, you will create an Application Insights resource in Azure that will 1. On the deployment **Overview** blade, select the **Go to resource** button to navigate to the blade of the newly created Azure web API. -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: @@ -492,4 +492,4 @@ In this exercise, you created an API app by using ASP.NET and configured it to s #### Review -In this exercise, you configured and tested Application Insights logging of your web API app and viewed live information about the requests being made. \ No newline at end of file +In this exercise, you configured and tested Application Insights logging of your web API app and viewed live information about the requests being made. From 6c7a41cd52b10610d89df03cab36e3730a742dd6 Mon Sep 17 00:00:00 2001 From: ElaMark <12194751+ElaMark@users.noreply.github.com> Date: Fri, 23 Aug 2024 12:09:51 +1000 Subject: [PATCH 2/2] Update AZ-204_lab_11.md. Update 2nd reference of 'Configuration link' Update 2nd reference of 'Configuration link' to 'Environment Variables' --- Instructions/Labs/AZ-204_lab_11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instructions/Labs/AZ-204_lab_11.md b/Instructions/Labs/AZ-204_lab_11.md index e44f0d38..f27b95b4 100644 --- a/Instructions/Labs/AZ-204_lab_11.md +++ b/Instructions/Labs/AZ-204_lab_11.md @@ -124,7 +124,7 @@ In this lab, you will create an Application Insights resource in Azure that will 1. On the **App Service** blade, in the **Settings** section, select the **Environment Variables** link. -1. In the **Configuration** section, perform the following actions: +1. In the **Environment Variables** section, perform the following actions: a. On the **Application settings** tab, select **Show Values** to display secrets associated with your web API.