Practice Questions
A company wants to make use of Azure Databricks and Azure Data Lake Storage Gen2. As a data engineer, you have to ensure that the data in the Data Lake Storage is accessed by using a service principal from Azure Databricks. Which of the following would you implement for this requirement?
A. Create an application registration in Azure AD
B. Use access keys in Data Lake Storage
C. Use the shared access signature in Data Lake Storage
D. Use a secret from Azure Key vault
Answer: A
Explanation: You have to create an application registration in Azure. Then use the service principal to access Azure Data Lake Gen2 storage.
For more information on Data Lake Gen2 access, please visit the below URL-
https://docs.databricks.com/data/data-sources/azure/azure-datalake-gen2.html
Menu