
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.