From a54341b8b5e5f2fd5ddb35382e99d3de409c07fc Mon Sep 17 00:00:00 2001 From: David Pine Date: Mon, 16 Dec 2024 07:20:10 -0600 Subject: [PATCH] Correct location of Azure App Service settings Correct location of Azure App Service settings. Fixes #43976 --- docs/core/extensions/configuration-providers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/core/extensions/configuration-providers.md b/docs/core/extensions/configuration-providers.md index f82e2d9560b72..6476fda3b89af 100644 --- a/docs/core/extensions/configuration-providers.md +++ b/docs/core/extensions/configuration-providers.md @@ -3,7 +3,7 @@ title: Configuration providers description: Discover how to configure .NET apps using the configuration provider API and the available configuration providers. author: IEvangelist ms.author: dapine -ms.date: 09/10/2024 +ms.date: 12/16/2024 --- # Configuration providers in .NET @@ -236,7 +236,7 @@ Environment variables set in *launchSettings.json* override those set in the sys ### Azure App Service settings -On [Azure App Service](https://azure.microsoft.com/services/app-service), select **New application setting** on the **Settings** > **Configuration** page. Azure App Service application settings are: +On [Azure App Service](https://azure.microsoft.com/services/app-service), select **Add** on the **Settings** > **Environment variables** page. Azure App Service application settings are: - Encrypted at rest and transmitted over an encrypted channel. - Exposed as environment variables.