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: articles/azure-app-configuration/configuration-provider-overview.md
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,12 @@ ms.date: 01/22/2025
15
15
16
16
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.
17
17
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
+
18
24
## Configuration Provider Libraries
19
25
20
26
Module | Platform | Sample | Release Notes
@@ -45,15 +51,16 @@ Dynamic Refresh (Poll Mode) | GA | GA | GA | GA | GA
45
51
Dynamic Refresh (Push Mode) | GA | GA | N/A | N/A | N/A
46
52
Dynamic Refresh (Collection Monitoring) | WIP | WIP | GA | WIP | GA
47
53
JSON Content Type Handling | GA | GA | GA | GA | GA
0 commit comments