Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
In a scenario where you need to manage sensitive information in Azure Databricks, such as API keys or passwords, what are the best practices for storing and accessing this information securely?
A
Store sensitive information in plain text within notebooks.
B
Use Azure Key Vault to store sensitive information and access it via secrets scopes in Azure Databricks.
C
Encrypt sensitive information within notebooks and store the encryption key in the notebook.
D
Store sensitive information in a separate Azure Storage account and access it via shared access signatures.