DEV Community

Tim
Tim

Posted on

Quick Tip: Secret Scopes For Azure Key Vaults

How do you create a secret scope for an Azure Key Vault in Databricks?

  1. Go to your Databricks instance URL and adding [#]secrets/createScope (note: no brackets around #)
  2. Add the Scope Name
  3. Enter the Key Vault's DNS Name. You can get this in the overview of the KeyVault.
  4. Add the Key Vault's Resource ID. You can get this in the properties of the KeyVault.

Pick a name that's intuitive for development and makes automation easier for DevOps (avoid arbitrary naming).

Top comments (0)