File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
articles/azure-app-configuration Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : JavaScript Configuration Provider
3
+ titleSuffix : Azure App Configuration
4
+ description : Learn to load configurations and feature flags from the Azure App Configuration service in JavaScript.
5
+ services : azure-app-configuration
6
+ author : zhiyuanliang-ms
7
+ ms.author : zhiyuanliang
8
+ ms.service : azure-app-configuration
9
+ ms.devlang : javascript
10
+ ms.custom : devx-track-javascript
11
+ ms.topic : tutorial
12
+ ms.date : 02/02/2025
13
+ # Customer intent: I want to learn how to use Azure App Configuration JavaScript client library.
14
+ ---
15
+
16
+ # JavaScript Configuration Provider
17
+
18
+ [ ![ configuration-provider-npm-package] ( https://img.shields.io/npm/v/@azure/app-configuration-provider?label=@azure/app-configuration-provider )] ( https://www.npmjs.com/package/@azure/app-configuration-provider )
19
+
20
+ ## Load configuration
21
+
22
+ ### Connect to Azure App Configuration
23
+
24
+ ### Load specific key-values using selectors
25
+
26
+ ### Load key-values and trim prefix from keys
27
+
28
+ ## Use Key Vault reference
29
+
30
+ ## Use feature flag
31
+
32
+
33
+
34
+
35
+
36
+ ## Refresh configuration
37
+
38
+ ### Watch sentinel key for refresh
39
+
40
+ ## Enable failover with geo replicas
41
+
42
+ ### Enable load balancing
You can’t perform that action at this time.
0 commit comments