Skip to content

Commit 85020ae

Browse files
authored
Merge pull request #97339 from GiftA-MSFT/patch-10
Fixes: MicrosoftDocs/azure-docs/issues/43588
2 parents 3421b3f + 3a11efd commit 85020ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/service/how-to-create-your-first-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ To attach Azure Databricks as a compute target, provide the following informatio
180180
* __Databricks workspace name__: The name of the Azure Databricks workspace.
181181
* __Databricks access token__: The access token used to authenticate to Azure Databricks. To generate an access token, see the [Authentication](https://docs.azuredatabricks.net/dev-tools/api/latest/authentication.html) document.
182182

183-
The following code demonstrates how to attach Azure Databricks as a compute target with the Azure Machine Learning SDK:
183+
The following code demonstrates how to attach Azure Databricks as a compute target with the Azure Machine Learning SDK (__The Databricks workspace need to be present in the same subscription as your AML workspace__):
184184

185185
```python
186186
import os

0 commit comments

Comments
 (0)