Skip to content

Latest commit

 

History

History
70 lines (54 loc) · 3.09 KB

File metadata and controls

70 lines (54 loc) · 3.09 KB

Azure App Configuration Samples client library for Java

This document explains samples and how to use them.

Key concepts

Key concepts are explained in detail here.

Samples Azure App Configuration APIs

This document describes how to use samples and what is done in each sample.

Getting started

Getting started explained in detail here.

Adding the package to your project

Maven dependency for Azure app configuration Client library. Add it to your project's pom file.

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-data-appconfiguration</artifactId>
    <version>1.0.0-preview.6</version>
</dependency>

How to run

These sample can be run in your IDE with default JDK.

Examples

The following sections provide several code snippets covering some of the most common configuration service tasks, including:

Troubleshooting

Troubleshooting steps can be found here.

Next steps

Start using KeyVault Java SDK in your solutions. Our SDK documentation could be found at SDK Documentation.

Additional Documentation

For more extensive documentation , see the [API reference documentation][azkeyvault_rest].

Contributing

This project welcomes contributions and suggestions. Find more contributing details here.

Impressions