Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion sdk/appconfiguration/app-configuration/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## Azure ConfigurationClient SDK for JavaScript
# Azure App Configuration client library for JS

This package contains an isomorphic SDK for ConfigurationClient.

## Getting started

### Currently supported environments

- Node.js version 6.x.x or higher
Expand All @@ -12,6 +14,7 @@ This package contains an isomorphic SDK for ConfigurationClient.
```bash
npm install @azure/app-config
```
## Key concepts

### How to use

Expand All @@ -23,6 +26,8 @@ npm install @azure/app-config
npm install @azure/ms-rest-nodeauth
```

## Examples

##### Sample code

```typescript
Expand Down Expand Up @@ -99,6 +104,12 @@ See https://github.com/Azure/ms-rest-browserauth to learn how to authenticate to
</html>
```

## Troubleshooting

## Next steps

## Contributing

## Related projects

- [Microsoft Azure SDK for Javascript](https://github.com/Azure/azure-sdk-for-js)
Expand Down