Skip to content

Commit cd762ec

Browse files
authored
Move instruction to install AML extension to Azure Devops setup instructions (#298)
1 parent cbeadae commit cd762ec

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/getting_started.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This guide shows how to get MLOpsPython working with a sample ML project ***diab
66
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.
77

88
- [Setting up Azure DevOps](#setting-up-azure-devops)
9+
- [Install the Azure Machine Learning extension](#install-the-azure-machine-learning-extension)
910
- [Get the code](#get-the-code)
1011
- [Create a Variable Group for your Pipeline](#create-a-variable-group-for-your-pipeline)
1112
- [Variable Descriptions](#variable-descriptions)
@@ -33,6 +34,12 @@ You'll use Azure DevOps for running the multi-stage pipeline with build, model t
3334

3435
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).
3536

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+
3643
## Get the code
3744

3845
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
118125

119126
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.
120127

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-
123128
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.
124129

125130
![Created resources](./images/ml-ws-svc-connection.png)

0 commit comments

Comments
 (0)