- Notifications
You must be signed in to change notification settings - Fork4
The configuration provider for consuming data in Azure App Configuration from JavaScript applications like Node or browser apps.
License
Azure/AppConfiguration-JavaScriptProvider
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Azure App Configuration is a managed service that helps developers centralize their application configurations simply and securely. The JavaScript configuration provider library enables loading configuration from an Azure App Configuration store in a managed way.
This client library adds additionalfunctionality above theAzure SDK for JavaScript.
Quickstart: A quickstart guide about how to use the JavaScript configuration provider library.
Feature Flag Quickstart: A quickstart guide about how to integrate feature flags from Azure App Configuration into your JavaScript applications.
Dynamic Configuration Tutorial: A tutorial about how to enable dynamic configuration in your JavaScript applications.
Feature Overview: This document provides a feature status overview.
Feature Reference: This document provides a full feature rundown.
- AnAzure Subscription
- AnApp Configuration resource
npm install @azure/app-configuration-provider
import{load}from"@azure/app-configuration-provider";// Load settings from App Configuration as a readonly Map.constsettings=awaitload("<app-configuration-connection-string>");// Consume the settings by calling `get(key)`, e.g.constvalue=settings.get("<key-of-a-config>");
See code snippets underexamples/ folder.
This project welcomes contributions and suggestions. Most contributions require you to agree to aContributor License Agreement (CLA) declaring that you have the right to, and actually do, grant usthe rights to use your contribution. For details, visithttps://cla.opensource.microsoft.com.
When you submit a pull request, a CLA bot will automatically determine whether you need to providea CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructionsprovided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted theMicrosoft Open Source Code of Conduct.For more information see theCode of Conduct FAQ orcontactopencode@microsoft.com with any additional questions or comments.
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsofttrademarks or logos is subject to and must followMicrosoft's Trademark & Brand Guidelines.Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.Any use of third-party trademarks or logos are subject to those third-party's policies.
The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry by setting the environment variableAZURE_APP_CONFIGURATION_TRACING_DISABLED toTRUE. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsoft’s privacy statement. Our privacy statement is located athttps://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices.
About
The configuration provider for consuming data in Azure App Configuration from JavaScript applications like Node or browser apps.
Resources
License
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors9
Uh oh!
There was an error while loading.Please reload this page.