Skip to content

Commit 09187f6

Browse files
committed
Fix some bad URL's . . .
1 parent 2b3b6c0 commit 09187f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/machine-learning/v1/how-to-data-prep-synapse-spark-pool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ With the Azure Synapse Analytics integration with Azure Machine Learning (previe
4545
pip install azureml-synapse
4646
```
4747

48-
* Link your Azure Machine Learning workspace and Azure Synapse Analytics workspace with the [Azure Machine Learning Python SDK](how-to-link-synapse-ml-workspaces.md#link-sdk) or with the [Azure Machine Learning studio](how-to-link-synapse-ml-workspaces.md#link-studio)
48+
* Link your Azure Machine Learning workspace and Azure Synapse Analytics workspace with the [Azure Machine Learning Python SDK](how-to-link-synapse-ml-workspaces.md#link-workspaces-with-the-python-sdk) or with the [Azure Machine Learning studio](how-to-link-synapse-ml-workspaces.md#link-workspaces-via-studio)
4949

5050
* [Attach a Synapse Spark pool](how-to-link-synapse-ml-workspaces.md#attach-synapse-spark-pool-as-a-compute) as a compute target
5151

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-sdk) or the [Azure Machine Learning studio](#link-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)