Procedures
Automation procedures in the Azure Key Vault book.
Ensure that you have installed or connected the Azure Key Vault book and created a new playground before using these automation procedures.
to get (key vaults)
Lists all Key Vaults accessible to the authenticated principal.
Output Concepts
A list of Azure Key Vault references matching the filter expression (if provided).
azure key vault reference
Examples
Get all the key vaults in an Azure subscription
Get a specific key vault in an Azure subscription
to get a (secret) from a key vault
Gets a secret from a Key Vault.
Input Concepts
secret name
The name of the secret to retrieve from the Key Vault.
text
Yes
(no default)
Output Concepts
secret
The retrieved secret's value
text
Examples
Get a secret from a Key Vault
to list (secrets) in a key vault
Lists all secrets in a Key Vault.
Input Concepts
Output Concepts
secrets
A list of secret names
text
Examples
List all secrets in a Key Vault
Last updated
Was this helpful?
