diff --git a/website/content/docs/secrets/azure.mdx b/website/content/docs/secrets/azure.mdx index 8fa65a91b..9682fd5d0 100644 --- a/website/content/docs/secrets/azure.mdx +++ b/website/content/docs/secrets/azure.mdx @@ -300,6 +300,18 @@ Azure service principal configured with the same permissions. `ffffff`. These may be used to search for Vault-created credentials using the `az` tool or Portal. +## Azure debug logs + +The Azure secret engine plugin supports debug logging which includes additional information +about requests and responses from the Azure API. + +To enable the Azure debug logs, set the `AZURE_GO_SDK_LOG_LEVEL` environment variable to `DEBUG` on your Vault +server: + +```shell +AZURE_GO_SDK_LOG_LEVEL=DEBUG +``` + ## Help & support The Azure secrets engine is written as an external Vault plugin and