From 7cf5b3d5c3f060e852a351f9fdec8fa1089b3048 Mon Sep 17 00:00:00 2001 From: Manfred Riem Date: Thu, 21 Dec 2023 16:36:26 -0600 Subject: [PATCH] Fixes #288 - Add Azure Key Vault REST API documentation link to README --- azure-keyvault/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-keyvault/README.md b/azure-keyvault/README.md index 3ebe9c0..4ef6af5 100644 --- a/azure-keyvault/README.md +++ b/azure-keyvault/README.md @@ -32,3 +32,7 @@ can mount the certificate directory. ``` Replace $PWD/certs with the local directory that contains the `keystore` file. + +## Official Azure Key Vault documentation + +See the [REST API](https://learn.microsoft.com/en-us/rest/api/keyvault/). \ No newline at end of file