The Azure secrets manager is a secrets manager flavor provided with the ZenMLDocumentation Index
Fetch the complete documentation index at: https://zenml.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
azure integration that uses Azure Key Vault to store secrets.
When to use it
You should use the Azure secrets manager if:- a component of your stack requires a secret for authentication, or you want to use secrets inside your steps.
- you’re already using Azure, especially if your orchestrator is running in Azure. If you’re using a different cloud provider, take a look at the other secrets manager flavors.
How to deploy it
- Go to the Azure portal.
-
In the search bar, enter
key vaultsand open up the corresponding service. -
Click on
+ Createin the top left. - Fill in all values and create the key vault.
How to use it
To use the Azure secrets manager, we need:- The ZenML
azureintegration installed. If you haven’t done so, run
- The Azure CLI installed and authenticated.
-
The name of the key vault to use. You can find a list of your key vaults by going to the Azure portal and searching for
key vaults. If you don’t have any key vault yet, follow the - deployment guide to create one.