Update azure.mdx with Azure debug info (#22273)

* Add a section for enabling Azure debug logs for Azure secret engine similar to the section in the Azure Auth method.

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
This commit is contained in:
ram-parameswaran
2023-08-31 02:41:09 +10:00
committed by GitHub
parent cf43d3eeed
commit 92734f109d

View File

@@ -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 &amp; support
The Azure secrets engine is written as an external Vault plugin and