Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README udpate #7278

Merged
merged 3 commits into from
Jan 8, 2020
Merged
Show file tree
Hide file tree
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
14 changes: 3 additions & 11 deletions sdk/appconfiguration/azure-data-appconfiguration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,6 @@ Use the client library for App Configuration to create and manage application co
All client libraries, by default, use Netty HTTP client. Adding the above dependency will automatically configure
AppConfiguration to use Netty HTTP client.

[//]: # ({x-version-update-start;com.azure:azure-core-http-netty;current})
```xml
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.2.0</version>
</dependency>
```
[//]: # ({x-version-update-end})

### Alternate HTTP Client
If, instead of Netty it is preferable to use OkHTTP, there is a HTTP client available for that too. Exclude the default
Netty and include OkHTTP client in your pom.xml.
Expand Down Expand Up @@ -106,7 +96,9 @@ az appconfig create --name <config-store-name> --resource-group <resource-group-

### Authenticate the client

In order to interact with the App Configuration service you'll need to create an instance of the Configuration Client class. To make this possible you'll need the connection string of the Configuration Store.
In order to interact with the App Configuration service you'll need to create an instance of the Configuration Client
class. To make this possible you'll need the connection string of the Configuration Store. Alternatively, use AAD token
to connect to the service.

#### Use connection string

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
---
page_type: sample
languages:
- java
products:
- azure
- azure-data-appconfiguration
urlFragment: appconfiguration-samples
---

## Azure App Configuration Samples client library for Java
# Azure App Configuration Samples client library for Java
This document explains samples and how to use them.

## Key concepts
Expand Down Expand Up @@ -46,10 +55,7 @@ The following sections provide several code snippets covering some of the most c
Troubleshooting steps can be found [here][SDK_README_TROUBLESHOOTING].

## Next steps
Start using KeyVault Java SDK in your solutions. Our SDK documentation could be found at [SDK Documentation][azconfig_docs].

### Additional Documentation
For more extensive documentation , see the [API reference documentation][azkeyvault_rest].
Start using App Configuration Java SDK in your solutions. Our SDK documentation could be found at [SDK Documentation][azconfig_docs].

## Contributing
This project welcomes contributions and suggestions. Find [more contributing][SDK_README_CONTRIBUTING] details here.
Expand Down