
Answer-first summary for fast verification
Answer: Use Azure Managed Identities to assign a managed identity to the Azure Databricks workspace and grant it access to ADLS.
Option C is the correct answer as it involves using Azure Managed Identities to assign a managed identity to the Azure Databricks workspace, which can be granted access to ADLS. This approach simplifies the management of access tokens and enhances security. Option A is incorrect as it involves generating access tokens for each user, which is not a scalable solution. Option B is partially correct but does not address the use of resource tokens specifically for Azure Databricks. Option D is incorrect as it focuses on RBAC, which is not directly related to resource tokens in Azure Databricks.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are working on a project that requires implementing resource tokens in Azure Databricks for accessing data stored in Azure Data Lake Storage (ADLS). Explain the steps you would take to implement resource tokens and ensure that they are used securely.
A
Generate a new access token for each user and store it in Azure Key Vault.
B
Create a service principal in Azure Active Directory (AAD) and use it to generate resource tokens for accessing ADLS.
C
Use Azure Managed Identities to assign a managed identity to the Azure Databricks workspace and grant it access to ADLS.
D
Configure Azure Role-Based Access Control (RBAC) to assign roles to users and generate resource tokens based on their roles.
No comments yet.