Skip to content

Commit 337257f

Browse files
committed
Fix URL bugs . . .
1 parent 09187f6 commit 337257f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/v1/how-to-link-synapse-ml-workspaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In this article, you learn how to create a linked service that links your [Azure
2525

2626
With an Azure Machine Learning workspace, linked with an Azure Synapse workspace, you can attach an Apache Spark pool, powered by Azure Synapse Analytics, as a dedicated compute resource. You can use this resource for data wrangling at scale, or you can conduct model training - all from the same Python notebook.
2727

28-
You can link your ML workspace and Synapse workspace with the [Python SDK](##link-workspaces-with-the-python-sdk) or the [Azure Machine Learning studio](##link-workspaces-via-studio). You can also link workspaces, and attach a Synapse Spark pool, with a single [Azure Resource Manager (ARM) template](https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.machinelearningservices/machine-learning-linkedservice-create/azuredeploy.json).
28+
You can link your ML workspace and Synapse workspace with the [Python SDK](#link-workspaces-with-the-python-sdk) or the [Azure Machine Learning studio](#link-workspaces-via-studio). You can also link workspaces, and attach a Synapse Spark pool, with a single [Azure Resource Manager (ARM) template](https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.machinelearningservices/machine-learning-linkedservice-create/azuredeploy.json).
2929

3030
## Prerequisites
3131

0 commit comments

Comments
 (0)