Skip to content

Commit 275c029

Browse files
init
1 parent f2ca31e commit 275c029

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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

0 commit comments

Comments
 (0)