Skip to content

Secrets

Azure Databricks allow you to map Azure Key Vault with secrete module.

Getting Started

Prerequisite

  • Go to https://<databricks-instance>.azuredatabricks.net#secrets/createScope
  • Create Scope with All workspace users manage principle
Azure Databricks Secrets Scope
Azure Databricks Secrets Scope

List of Secrets

List of all secrets scopes:

display(dbutils.secrets.listScopes())

List of secrets with a scope name:

display(dbutils.secrets.list(scope='<scope-name>'))

Read Mores