
Answer-first summary for fast verification
Answer: Configure Azure Key Vault integration in Azure Databricks, create a key, and use it to encrypt data before writing to tables.
Integrating Azure Key Vault with Azure Databricks allows for secure key management and usage, ensuring that data is encrypted at the source before being written to storage.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
In a scenario where you are required to write encrypted data to tables in Azure Databricks, what steps would you take to ensure that the data is encrypted using a key stored in Azure Key Vault, including the configuration of the key vault and the encryption process?
A
Use default encryption settings in Azure Databricks and link to any Azure Key Vault.
B
Manually encrypt each table before writing and store keys in Azure Key Vault.
C
Configure Azure Key Vault integration in Azure Databricks, create a key, and use it to encrypt data before writing to tables.
D
Encrypt data using a local key and then upload to Azure Databricks.