Skip to content

Commit fd1c08a

Browse files
committed
link updates
1 parent fd19dbf commit fd1c08a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/how-to-devops-machine-learning.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ You can use an [Azure DevOps pipeline](/azure/devops/pipelines/) to automate the
2323
* Deployment of machine learning models as public or private web services
2424
* Monitoring deployed machine learning models (such as for performance or data-drift analysis)
2525

26-
This article will teach you how to create an Azure Pipeline that builds and deploys a machine learning model to [Azure Machine Learning](/azure/machine-learning/overview-what-is-azure-machine-learning). You'll train a scikit-learn linear regression model on the Diabetes dataset.
26+
This article will teach you how to create an Azure Pipeline that builds and deploys a machine learning model to [Azure Machine Learning](overview-what-is-azure-machine-learning.md). You'll train a scikit-learn linear regression model on the Diabetes dataset.
2727

2828
This tutorial uses [Azure Machine Learning Python SDK v2](/python/api/overview/azure/ml/installv2) and [Azure CLI ML extension v2](/cli/azure/ml).
2929

3030
## Prerequisites
3131

32-
Complete the [Quickstart: Get started with Azure Machine Learning](/azure/machine-learning/quickstart-create-resources) to:
32+
Complete the [Quickstart: Get started with Azure Machine Learning](quickstart-create-resources.md) to:
3333
* Create a workspace
3434
* Create a cloud-based compute instance to use for your development environment
3535
* Create a cloud-based compute cluster to use for training your model
@@ -79,7 +79,7 @@ You'll need an Azure Resource Manager connection to authenticate with Azure port
7979

8080
## Step 5: Create variables
8181

82-
You should already have a resource group in Azure with [Azure Machine Learning](/azure/machine-learning/overview-what-is-azure-machine-learning). To deploy your DevOps pipeline to AzureML, you'll need to create variables for your subscription ID, resource group, and machine learning workspace.
82+
You should already have a resource group in Azure with [Azure Machine Learning](overview-what-is-azure-machine-learning.md). To deploy your DevOps pipeline to AzureML, you'll need to create variables for your subscription ID, resource group, and machine learning workspace.
8383

8484
1. Select the Variables tab on your pipeline edit page.
8585

0 commit comments

Comments
 (0)