From ea85e7401182df7c31c0bf20e2ae0a53f5699e27 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Wed, 8 Feb 2023 14:42:24 -0500 Subject: [PATCH] [v9.3.x] fix broken envelope encryption link (#63142) fix broken envelope encryption link (#63135) (cherry picked from commit 72ca7fe7fe30a95e75e558bf83efc4e791e5018e) Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --- .../encrypt-secrets-using-azure-key-vault/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/setup-grafana/configure-security/configure-database-encryption/encrypt-secrets-using-azure-key-vault/index.md b/docs/sources/setup-grafana/configure-security/configure-database-encryption/encrypt-secrets-using-azure-key-vault/index.md index 2a32704a59c..23067f55776 100644 --- a/docs/sources/setup-grafana/configure-security/configure-database-encryption/encrypt-secrets-using-azure-key-vault/index.md +++ b/docs/sources/setup-grafana/configure-security/configure-database-encryption/encrypt-secrets-using-azure-key-vault/index.md @@ -25,7 +25,7 @@ You can use an encryption key from Azure Key Vault to encrypt secrets in the Gra 5. In the Key Permissions section, set encrypt and decrypt permissions, and click **Save**. -6. From within Grafana, turn on [envelope encryption]({{< relref "/" >}}). +6. From within Grafana, turn on [envelope encryption]({{< relref "./#envelope-encryption" >}}). 7. Add your Azure Key Vault details to the Grafana configuration file; depending on your operating system, is usually named `grafana.ini`:

a. Add a new section to the configuration file, with a name in the format of `[security.encryption.azurekv.]`, where `` is any name that uniquely identifies this key among other provider keys.