DP-100 · Question #277
You are attaching an Azure Databricks-based compute resource to an Azure Machine Learning development workspace. You need to configure parameters to attach the resource. Which three parameters should
The correct answer is A. Workspace name B. Compute name E. Access token. When attaching an Azure Databricks cluster as a compute resource to an Azure ML workspace, three parameters are required: (A) the Databricks workspace name to identify which Databricks workspace to connect to, (B) the compute name that will represent the attached resource within
Question
Options
- AWorkspace name
- BCompute name
- CWorkspace user credentials
- DWorkspace resource ID
- EAccess token
How the community answered
(18 responses)- A89% (16)
- C6% (1)
- D6% (1)
Explanation
When attaching an Azure Databricks cluster as a compute resource to an Azure ML workspace, three parameters are required: (A) the Databricks workspace name to identify which Databricks workspace to connect to, (B) the compute name that will represent the attached resource within Azure ML, and (E) a Databricks personal access token for authenticating to the Databricks workspace. The workspace resource ID (D) is not required for this attachment operation, and workspace user credentials (C) are not used-Databricks uses its own token-based auth.
Topics
Community Discussion
No community discussion yet for this question.