Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You are tasked with managing sensitive information in Azure Databricks, such as database connection strings and API keys. What are the best practices for securely storing and accessing this information, including the use of secrets management tools?
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.