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
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