Skip to content

Commit 164e17f

Browse files
update
1 parent e831730 commit 164e17f

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

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

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ ms.date: 01/22/2025
1515

1616
The Azure App Configuration provider libraries enable developers to configure their applications using centralized configuration located in Azure App Configuration. The API design follows the patterns outlined by the common configuration system in different programming languages to make switching to Azure App Configuration a familiar and easy experience.
1717

18+
> [!IMPORTANT]
19+
> Different from the Azure SDKs which are low-level client libraries for directly interacting with the Azure App Configuration service, the configuration provider libraries are higher-level integration libraries that support a variety of [features](#feature-development-status).
20+
21+
> [!NOTE]
22+
> If you use feature flags in Azure App Configuration, make sure to use the configuration provider alongside the [feature management](./feature-management-overview.md) libraries, which are designed to work together.
23+
1824
## Configuration Provider Libraries
1925

2026
Module | Platform | Sample | Release Notes
@@ -45,15 +51,16 @@ Dynamic Refresh (Poll Mode) | GA | GA | GA | GA | GA
4551
Dynamic Refresh (Push Mode) | GA | GA | N/A | N/A | N/A
4652
Dynamic Refresh (Collection Monitoring) | WIP | WIP | GA | WIP | GA
4753
JSON Content Type Handling | GA | GA | GA | GA | GA
48-
Custom Configuration Setting Mapping | GA | N/A | N/A | N/A | N/A
49-
Key Vault Reference | GA | GA | GA | GA | GA
54+
Configuration Setting Mapping | GA | N/A | N/A | N/A | N/A
55+
Key Vault References | GA | GA | GA | GA | GA
56+
Key Vault Secret Refresh | GA | WIP | GA | WIP | WIP
5057
Custom Key Vault Secret Resolution | GA | GA | GA | GA | GA
51-
Feature Flag | GA | GA | GA | GA | GA
52-
Variant Feature Flag | GA | GA | GA | GA | GA
53-
Feature Flag Telemetry Metadata | GA | GA | WIP | GA | GA
58+
Feature Flags | GA | GA | GA | GA | GA
59+
Variant Feature Flags | GA | GA | GA | GA | GA
60+
Feature Flag Telemetry | GA | GA | WIP | GA | GA
5461
Key Prefix Trim | GA | GA | GA | GA | GA
5562
Configurable Startup Timeout | GA | WIP | N/A | N/A | N/A
5663
Replica Auto Discovery | GA | GA | GA | WIP | GA
5764
Replica Failover | GA | GA | GA | WIP | GA
5865
Replica Load Balancing | GA | WIP | GA | WIP | GA
59-
Snapshot | GA | GA | GA | WIP | WIP
66+
Snapshots | GA | GA | GA | WIP | WIP

0 commit comments

Comments
 (0)