Skip to content

Commit ca70f00

Browse files
authored
Correct location of Azure App Service settings (#43980)
Correct location of Azure App Service settings. Fixes #43976
1 parent 846b8cd commit ca70f00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/extensions/configuration-providers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Configuration providers
33
description: Discover how to configure .NET apps using the configuration provider API and the available configuration providers.
44
author: IEvangelist
55
ms.author: dapine
6-
ms.date: 09/10/2024
6+
ms.date: 12/16/2024
77
---
88

99
# Configuration providers in .NET
@@ -236,7 +236,7 @@ Environment variables set in *launchSettings.json* override those set in the sys
236236

237237
### Azure App Service settings
238238

239-
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:
239+
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:
240240

241241
- Encrypted at rest and transmitted over an encrypted channel.
242242
- Exposed as environment variables.

0 commit comments

Comments
 (0)