This document explains samples and how to use them.
Key concepts are explained in detail here.
This document describes how to use samples and what is done in each sample.
Getting started explained in detail here.
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>
These sample can be run in your IDE with default JDK.
The following sections provide several code snippets covering some of the most common configuration service tasks, including:
- Create a configuration setting
- Retrieve a configuration setting
- Update an existing configuration setting
- Delete a configuration setting
- List configuration settings with multiple keys
- List revisions of multiple configuration settings
- Set a configuration setting to read only
- Clear read only from a configuration setting
- Conditional request a configuration setting
Troubleshooting steps can be found here.
Start using KeyVault Java SDK in your solutions. Our SDK documentation could be found at SDK Documentation.
For more extensive documentation , see the [API reference documentation][azkeyvault_rest].
This project welcomes contributions and suggestions. Find more contributing details here.