Skip to content

Commit

Permalink
Azure secret doc enhancement (#23079)
Browse files Browse the repository at this point in the history
* * azure secret doc enhancement
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
  • Loading branch information
maxcoulombe and schavis authored Sep 21, 2023
1 parent 8375149 commit 5ba15de
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions website/content/docs/secrets/azure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ The password will be deleted when the lease is revoked.

## Setup

<Note>

You can configure the Azure secrets engine with the Vault API or
established environment variables such as `AZURE_CLIENT_ID` or
`AZURE_CLIENT_SECRET`. If you use both methods, note that
environment variables always take precedence over API values.

</Note>

Most secrets engines must be configured in advance before they can perform their
functions. These steps are usually completed by an operator or configuration
management tool.
Expand Down

0 comments on commit 5ba15de

Please sign in to comment.