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: sdk/appconfiguration/app-configuration/README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
-
# App Configuration client library for JavaScript
1
+
# Azure App Configuration client library for JavaScript
2
2
3
3
[Azure App Configuration](https://learn.microsoft.com/azure/azure-app-configuration/overview) is a managed service that helps developers centralize their application and feature settings simply and securely.
4
4
5
-
Use the client library for App Configuration to:
5
+
For applications that **only need to read configuration values**, we suggest using the [*`@azure/app-configuration-provider`*](https://www.npmjs.com/package/@azure/app-configuration-provider) library instead.
6
+
7
+
Use *@azure/app-configuration* (this library) to:
6
8
7
9
- Create flexible key representations and mappings
0 commit comments