
Answer-first summary for fast verification
Answer: Azure Key Vault
Azure Key Vault is the correct choice for managing and accessing secrets within Azure Databricks workflows securely. It is a cloud service designed to securely store and manage sensitive information such as keys, passwords, certificates, and other secrets. Azure Databricks' native integration with Azure Key Vault allows for secure access to these secrets within notebooks and jobs, ensuring sensitive information is stored separately from code to minimize exposure risks. Azure Key Vault also offers key rotation, access policies, and auditing capabilities for enhanced security. While Azure Security Center focuses on threat prevention, detection, and response, and Azure Information Protection on data classification and protection, neither is specifically tailored for secret management in Azure Databricks workflows. Azure Managed Identities provides service authentication with Azure resources but does not specialize in secret management for Databricks workflows.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
When securing secrets in Azure Databricks workflows, which Azure service is natively integrated with Azure Databricks for managing and accessing secrets within notebooks and jobs securely?
A
Azure Security Center
B
Azure Key Vault
C
Azure Information Protection
D
Azure Managed Identities