QuestionQ47
Secure and govern Unity Catalog objectsYou have an Azure Databricks workspace.
You have an Azure key vault named kv-secure that stores a secret named storageKey. The cloud security team manages and updates the value of storageKey.
You need to let a Databricks notebook named Notebook1 securely retrieve the storageKey value at runtime. The solution must follow least privilege and always retrieve the latest value.
What should you do?
Select
Expose storageKey to Databricks by using:
Retrieve storageKey from within Notebook1 by using:
Community Discussion