You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting_started.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ This guide shows how to get MLOpsPython working with a sample ML project ***diab
6
6
We recommend working through this guide completely to ensure everything is working in your environment. After the sample is working, follow the [bootstrap instructions](../bootstrap/README.md) to convert the ***diabetes_regression*** sample into a starting point for your project.
7
7
8
8
-[Setting up Azure DevOps](#setting-up-azure-devops)
9
+
-[Install the Azure Machine Learning extension](#install-the-azure-machine-learning-extension)
9
10
-[Get the code](#get-the-code)
10
11
-[Create a Variable Group for your Pipeline](#create-a-variable-group-for-your-pipeline)
11
12
-[Variable Descriptions](#variable-descriptions)
@@ -33,6 +34,12 @@ You'll use Azure DevOps for running the multi-stage pipeline with build, model t
33
34
34
35
If you already have an Azure DevOps organization, create a new project using the guide at [Create a project in Azure DevOps and TFS](https://docs.microsoft.com/en-us/azure/devops/organizations/projects/create-project?view=azure-devops).
35
36
37
+
### Install the Azure Machine Learning extension
38
+
39
+
Install the **Azure Machine Learning** extension to your Azure DevOps organization from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=ms-air-aiagility.vss-services-azureml).
40
+
41
+
This extension contains the Azure ML pipeline tasks and adds the ability to create Azure ML Workspace service connections.
42
+
36
43
## Get the code
37
44
38
45
We recommend using the [repository template](https://github.com/microsoft/MLOpsPython/generate), which effectively forks the repository to your own GitHub location and squashes the history. You can use the resulting repository for this guide and for your own experimentation.
@@ -118,8 +125,6 @@ Check that the newly created resources appear in the [Azure Portal](https://port
118
125
119
126
At this point, you should have an Azure ML Workspace created. Similar to the Azure Resource Manager service connection, you need to create an additional one for the Azure ML Workspace.
120
127
121
-
Install the **Azure Machine Learning** extension to your Azure DevOps organization from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=ms-air-aiagility.vss-services-azureml). The extension is required for the service connection.
122
-
123
128
Create a new service connection to your Azure ML Workspace using the [Machine Learning Extension](https://marketplace.visualstudio.com/items?itemName=ms-air-aiagility.vss-services-azureml) instructions to enable executing the Azure ML training pipeline. The connection name needs to match `WORKSPACE_SVC_CONNECTION` that you set in the variable group above.
0 commit comments