How do you create a secret scope for an Azure Key Vault in Databricks?
- Go to your Databricks instance URL and adding [#]secrets/createScope (note: no brackets around #)
- Add the Scope Name
- Enter the Key Vault's DNS Name. You can get this in the overview of the KeyVault.
- 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)