Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/core/extensions/configuration-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
Loading