Skip to content

Commit 8985b1d

Browse files
init
1 parent 0b873e2 commit 8985b1d

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

articles/azure-app-configuration/configuration-provider-overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,4 @@ Replica Auto Discovery | GA | GA | GA | WIP | [GA](./reference-javascript-provid
6464
Replica Failover | GA | GA | GA | WIP | [GA](./reference-javascript-provider.md#geo-replication)
6565
Replica Load Balancing | GA | WIP | GA | WIP | [GA](./reference-javascript-provider.md#geo-replication)
6666
Snapshots | GA | GA | GA | WIP | WIP
67+
Distributed tracing | GA | WIP | WIP | WIP | WIP
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
title: .NET Configuration Provider
3+
titleSuffix: Azure App Configuration
4+
description: Learn to load configurations and feature flags from the Azure App Configuration service in .NET application.
5+
services: azure-app-configuration
6+
author: zhiyuanliang-ms
7+
ms.author: zhiyuanliang
8+
ms.service: azure-app-configuration
9+
ms.devlang: csharp
10+
ms.custom: devx-track-csharp
11+
ms.topic: tutorial
12+
ms.date: 04/29/2025
13+
#Customer intent: I want to learn how to use Azure App Configuration .NET client library.
14+
---
15+
16+
# .NET Configuration Provider
17+
18+
[![Microsoft.Extensions.Configuration.AzureAppConfiguration](https://img.shields.io/nuget/v/Microsoft.Extensions.Configuration.AzureAppConfiguration?label=Microsoft.Extensions.Configuration.AzureAppConfiguration)](https://www.nuget.org/packages/Microsoft.Extensions.Configuration.AzureAppConfiguration)
19+
20+
Azure App Configuration is a managed service that helps developers centralize their application configurations simply and securely. The .NET configuration provider library enables loading configuration from an Azure App Configuration store in a managed way. This client library adds additional functionality above the Azure SDK for .NET.
21+
22+
## Load configuration
23+
24+
### Consume configuration
25+
26+
### JSON Content Type Handling
27+
28+
### Load specific key-values using selectors
29+
30+
### Trim prefix from keys
31+
32+
## Configuration refresh
33+
34+
### Refresh on sentinel key (Legacy)
35+
36+
## Feature flag
37+
38+
## Configuration Setting Mapping
39+
40+
## Distributed tracing
41+
42+
## Key Vault reference
43+
44+
## Snapshot
45+
46+
## Configurable Startup Time-out
47+
48+
## Geo-replication
49+
50+
## Next steps
51+
52+
To learn how to use the .NET configuration provider, continue to the following tutorial.
53+
54+
> [!div class="nextstepaction"]
55+
> [Use dynamic configuration in JavaScript](./enable-dynamic-configuration-javascript.md)

0 commit comments

Comments
 (0)