You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core/extensions/configuration-providers.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Configuration providers
3
3
description: Discover how to configure .NET apps using the configuration provider API and the available configuration providers.
4
4
author: IEvangelist
5
5
ms.author: dapine
6
-
ms.date: 09/10/2024
6
+
ms.date: 12/16/2024
7
7
---
8
8
9
9
# Configuration providers in .NET
@@ -236,7 +236,7 @@ Environment variables set in *launchSettings.json* override those set in the sys
236
236
237
237
### Azure App Service settings
238
238
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:
240
240
241
241
- Encrypted at rest and transmitted over an encrypted channel.
0 commit comments