Skip to content

Commit a8b74c5

Browse files
Merge pull request #299011 from zhiyuanliang-ms/zhiyuanliang/dotnet-provider
Azure App Configuration - Add feature reference doc for .NET provider
2 parents 7f39685 + ab1b5ba commit a8b74c5

File tree

5 files changed

+700
-24
lines changed

5 files changed

+700
-24
lines changed

articles/azure-app-configuration/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,8 @@
340340
href: ./configuration-provider-overview.md
341341
- name: .NET
342342
items:
343+
- name: Feature reference
344+
href: ./reference-dotnet-provider.md
343345
- name: API reference
344346
href: /dotnet/api/Microsoft.Extensions.Configuration.AzureAppConfiguration
345347
- name: Azure SDK for .NET

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

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -45,26 +45,28 @@ This is an overview of each feature and its current status for different framewo
4545

4646
Feature | .NET | Spring | Kubernetes | Python | JavaScript
4747
------- | ---- | ------ | ---------- | ------ | ----------
48-
Connection String Authentication | GA | GA | GA | GA | [GA](./reference-javascript-provider.md#load-configuration)
49-
Entra ID Authentication | GA | GA | GA | GA | [GA](./reference-javascript-provider.md#load-configuration)
50-
Dynamic Refresh (Poll Mode) | GA | GA | GA | GA | GA
48+
Connection String Authentication | [GA](./reference-dotnet-provider.md#load-configuration) | GA | GA | GA | [GA](./reference-javascript-provider.md#load-configuration)
49+
Entra ID Authentication | [GA](./reference-dotnet-provider.md#load-configuration) | GA | GA | GA | [GA](./reference-javascript-provider.md#load-configuration)
50+
Dynamic Refresh (Poll Mode) | [GA](./reference-dotnet-provider.md#refresh-on-sentinel-key) | GA | GA | GA | [GA](./reference-javascript-provider.md#refresh-on-sentinel-key)
5151
Dynamic Refresh (Push Mode) | GA | GA | N/A | N/A | N/A
52-
Dynamic Refresh (Collection Monitoring) | WIP | WIP | GA | WIP | [GA](./reference-javascript-provider.md#configuration-refresh)
53-
JSON Content Type Handling | GA | GA | GA | GA | [GA](./reference-javascript-provider.md#json-content-type-handling)
54-
Configuration Setting Mapping | GA | N/A | N/A | N/A | N/A
55-
Key Vault References | GA | GA | GA | GA | [GA](./reference-javascript-provider.md#key-vault-reference)
56-
Key Vault Secret Refresh | GA | WIP | GA | WIP | WIP
57-
Custom Key Vault Secret Resolution | GA | GA | GA | GA | [GA](./reference-javascript-provider.md#key-vault-reference)
58-
Feature Flags | GA | GA | GA | GA | [GA](./reference-javascript-provider.md#feature-flag)
59-
Variant Feature Flags | GA | GA | GA | GA | [GA](./reference-javascript-provider.md#feature-flag)
52+
Dynamic Refresh (Collection Monitoring) | [GA](./reference-dotnet-provider.md#configuration-refresh) | WIP | GA | WIP | [GA](./reference-javascript-provider.md#configuration-refresh)
53+
JSON Content Type Handling | [GA](./reference-dotnet-provider.md#json-content-type-handling) | GA | GA | GA | [GA](./reference-javascript-provider.md#json-content-type-handling)
54+
Configuration Setting Mapping | [GA](./reference-dotnet-provider.md#configuration-setting-mapping) | N/A | N/A | N/A | N/A
55+
Key Vault References | [GA](./reference-dotnet-provider.md#key-vault-reference) | GA | GA | GA | [GA](./reference-javascript-provider.md#key-vault-reference)
56+
Key Vault Secret Refresh | [GA](./reference-dotnet-provider.md#key-vault-secret-refresh) | WIP | GA | WIP | WIP
57+
Custom Key Vault Secret Resolution | [GA](./reference-dotnet-provider.md#key-vault-reference) | GA | GA | GA | [GA](./reference-javascript-provider.md#key-vault-reference)
58+
Feature Flags | [GA](./reference-dotnet-provider.md#feature-flag) | GA | GA | GA | [GA](./reference-javascript-provider.md#feature-flag)
59+
Variant Feature Flags | [GA](./reference-dotnet-provider.md#feature-flag) | GA | GA | GA | [GA](./reference-javascript-provider.md#feature-flag)
6060
Feature Flag Telemetry | GA | GA | WIP | GA | GA
61-
Key Prefix Trim | GA | GA | GA | GA | [GA](./reference-javascript-provider.md#trim-prefix-from-keys)
62-
Configurable Startup Time-out | GA | WIP | N/A | WIP | WIP
63-
Replica Auto Discovery | GA | GA | GA | WIP | [GA](./reference-javascript-provider.md#geo-replication)
64-
Replica Failover | GA | GA | GA | WIP | [GA](./reference-javascript-provider.md#geo-replication)
65-
Replica Load Balancing | GA | WIP | GA | WIP | [GA](./reference-javascript-provider.md#geo-replication)
66-
Snapshots | GA | GA | GA | WIP | WIP
61+
Key Prefix Trim | [GA](./reference-dotnet-provider.md#trim-prefix-from-keys) | GA | GA | GA | [GA](./reference-javascript-provider.md#trim-prefix-from-keys)
62+
Configurable Startup Time-out | [GA](./reference-dotnet-provider.md#startup-retry) | WIP | N/A | WIP | WIP
63+
Replica Auto Discovery | [GA](./reference-dotnet-provider.md#geo-replication) | GA | GA | WIP | [GA](./reference-javascript-provider.md#geo-replication)
64+
Replica Failover | [GA](./reference-dotnet-provider.md#geo-replication) | GA | GA | WIP | [GA](./reference-javascript-provider.md#geo-replication)
65+
Replica Load Balancing | [GA](./reference-dotnet-provider.md#geo-replication) | WIP | GA | WIP | [GA](./reference-javascript-provider.md#geo-replication)
66+
Snapshots | [GA](./reference-dotnet-provider.md#snapshot) | GA | GA | WIP | WIP
67+
Distributed tracing | [GA](./reference-dotnet-provider.md#distributed-tracing) | WIP | WIP | WIP | WIP
68+
Health Check | WIP | WIP | WIP | WIP | WIP
6769

6870
## Support policy
6971

70-
Details on the support policy for configuration provider libraries can be found [here](./client-library-support-policy.md).
72+
Details on the support policy for configuration provider libraries can be found [here](./client-library-support-policy.md).

articles/azure-app-configuration/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ landingContent:
184184
- text: Overview
185185
url: configuration-provider-overview.md
186186
- text: .NET provider
187-
url: /dotnet/api/Microsoft.Extensions.Configuration.AzureAppConfiguration
187+
url: reference-dotnet-provider.md
188188
- text: Java Spring provider
189189
url: https://go.microsoft.com/fwlink/?linkid=2180917
190190
- text: Python provider

0 commit comments

Comments
 (0)