Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 5 additions & 20 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,13 @@ permissions. Normally a subscription admin can create a Service principal and
can provide you the details.

## Create an Azure DevOps Azure ML Workspace Service Connection
You need to create a service connection to your ML workspace so the Azure DevOps Azure ML task can execute the Azure ML training pipeline. To get there, go to your Azure DevOps project settings page (by clicking on the cog wheel to the bottom left of the screen), and then click on **Service connections** under the **Pipelines** section:

**Note:** Creating service connection using Azure Machine Learning extension requires 'Owner' or 'User Access Administrator' permissions on the Workspace.

This is how your service connection looks like. Make sure to pick your resource group and type AML workspace. The connection name specified here needs to be used for the value of the `WORKSPACE_SVC_CONNECTION` set in the variable group below.
Install the **Azure Machine Learning** extension to your organization from the
[marketplace](https://marketplace.visualstudio.com/items?itemName=ms-air-aiagility.vss-services-azureml),
so that you can set up a service connection to your AML workspace.

![](./images/svc-connection.png)
Create a service connection to your ML workspace via the [Azure DevOps Azure ML task instructions](https://marketplace.visualstudio.com/items?itemName=ms-air-aiagility.vss-services-azureml) to be able to execute the Azure ML training pipeline. The connection name specified here needs to be used for the value of the `WORKSPACE_SVC_CONNECTION` set in the variable group below.

**Note:** Creating service connection using Azure Machine Learning extension requires 'Owner' or 'User Access Administrator' permissions on the Workspace.

## Create a Variable Group for your Pipelines

Expand Down Expand Up @@ -221,20 +220,6 @@ The pipeline consumes two artifacts:
1. the result of the **Build Pipeline** as it contains configuration files
1. the **model** trained and registered by the ML training pipeline

Install the **Azure Machine Learning** extension to your organization from the
[marketplace](https://marketplace.visualstudio.com/items?itemName=ms-air-aiagility.vss-services-azureml),
so that you can set up a service connection to your AML workspace.

To configure a model artifact, there should be a service connection to
**mlops-AML-WS** workspace. To get there, go to the project settings (by
clicking on the cog wheel to the bottom left of the screen), and then click on
**Service connections** under the **Pipelines** section:

**Note:** Creating service connection using Azure Machine Learning extension
requires 'Owner' or 'User Access Administrator' permissions on the Workspace.

![workspace connection](./images/workspace-connection.png)

Add an artifact to the pipeline and select **AzureML Model Artifact** source
type. Select the **Service Endpoint** and **Model Names** from the drop down
lists. **Service Endpoint** refers to the **Service connection** created in
Expand Down
Binary file removed docs/images/Architecture_DevOps_AI.png
Binary file not shown.
Binary file removed docs/images/EditPipeline1.png
Binary file not shown.
Binary file removed docs/images/EditPipeline2.png
Binary file not shown.
Binary file removed docs/images/EditPipeline3.png
Binary file not shown.
Binary file removed docs/images/EditPipeline4.png
Binary file not shown.
Binary file removed docs/images/EditPipeline5.png
Binary file not shown.
Binary file removed docs/images/EditPipeline6.png
Binary file not shown.
Binary file removed docs/images/EditPipeline7.png
Binary file not shown.
Binary file removed docs/images/EditPipeline8.png
Binary file not shown.
Binary file removed docs/images/Install_Azure_Pipeline.png
Binary file not shown.
Binary file removed docs/images/build-createpipeline.png
Binary file not shown.
Binary file removed docs/images/build-createpipeline1.png
Binary file not shown.
Binary file removed docs/images/build-run.png
Binary file not shown.
Binary file removed docs/images/build-selectrepo.png
Binary file not shown.
Binary file removed docs/images/new-build-pipeline.png
Binary file not shown.
Binary file removed docs/images/new-build-pipeline1.png
Binary file not shown.
Binary file removed docs/images/postmane.png
Binary file not shown.
Binary file removed docs/images/release-create.png
Binary file not shown.
Binary file removed docs/images/release-createarelease.png
Binary file not shown.
Binary file removed docs/images/release-deployment-service-conn.png
Binary file not shown.
Binary file removed docs/images/release-deployment.png
Binary file not shown.
Binary file removed docs/images/release-deploymentacr.png
Binary file not shown.
Binary file removed docs/images/release-deploymentcitrigger.png
Binary file not shown.
Binary file removed docs/images/release-deploymentprodagent.png
Binary file not shown.
Binary file removed docs/images/release-deploymentprodtrigger.png
Binary file not shown.
Binary file removed docs/images/release-deploymentqaagent.png
Diff not rendered.
Binary file removed docs/images/release-empty-job.png
Diff not rendered.
Binary file removed docs/images/release-envtask-scriptpath.png
Diff not rendered.
Binary file removed docs/images/release-envtask.png
Diff not rendered.
Binary file removed docs/images/release-import.png
Diff not rendered.
Binary file removed docs/images/release-link-vg.png
Diff not rendered.
Binary file removed docs/images/release-new-pipeline.png
Diff not rendered.
Binary file removed docs/images/release-retrainingagent.png
Diff not rendered.
Binary file removed docs/images/release-retrainingartifact.png
Diff not rendered.
Binary file removed docs/images/release-retrainingartifactsuccess.png
Diff not rendered.
Binary file removed docs/images/release-retrainingpipeline.png
Diff not rendered.
Binary file removed docs/images/release-retrainingtrigger.png
Diff not rendered.
Binary file removed docs/images/release-retrainingtrigger1.png
Diff not rendered.
Binary file removed docs/images/release-retraintask.png
Diff not rendered.
Binary file removed docs/images/release-save-empty.png
Diff not rendered.
Binary file removed docs/images/release-task-createimage.PNG
Diff not rendered.
Binary file removed docs/images/release-workingdir.png
Diff not rendered.
Binary file removed docs/images/running-training-pipeline.png
Diff not rendered.
Binary file removed docs/images/service-connection-add.png
Diff not rendered.
Binary file removed docs/images/service-connection.png
Diff not rendered.
Binary file removed docs/images/svc-connection.png
Diff not rendered.
Binary file removed docs/images/workspace-connection.png
Diff not rendered.