Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

The configuration provider for consuming data in Azure App Configuration from JavaScript applications like Node or browser apps.

License

NotificationsYou must be signed in to change notification settings

Azure/AppConfiguration-JavaScriptProvider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

app-configuration-provider

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.

Getting started

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.

Prerequisites

Install the package

npm install @azure/app-configuration-provider

Use the API

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>");

Examples

See code snippets underexamples/ folder.

Contributing

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.

Trademarks

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.

Data Collection

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

Stars

Watchers

Forks

Packages

No packages published

Contributors9


[8]ページ先頭

©2009-2025 Movatter.jp