From 47788878ac350ed6e314e564ec6188d6c1fa42fb Mon Sep 17 00:00:00 2001 From: Sushant Divate Date: Wed, 4 Sep 2019 12:45:55 +0530 Subject: [PATCH 1/3] update doc to address issue 56 Updated doc for issue https://github.com/microsoft/MLOpsPython/issues/56 --- docs/getting_started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting_started.md b/docs/getting_started.md index 00ae2e6e..20fcf712 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -159,6 +159,7 @@ The pipeline consumes two artifacts: the result of the **Build Pipeline** as it Configuration of a code **_ci-build** artifact is similar to what we did in the previous chapter. In order to configure a model artifact there should be a service connection to **mlops-AML-WS** workspace: +**Note:** Creating service connection using Azure Machine Learning extension requires owner access to the subscription. ![workspace connection](./images/workspace-connection.png) From fe0729016d5a84fbf6e88b0a96bce978bc8c5671 Mon Sep 17 00:00:00 2001 From: Sushant Divate Date: Wed, 4 Sep 2019 12:49:11 +0530 Subject: [PATCH 2/3] added note to new line --- docs/getting_started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting_started.md b/docs/getting_started.md index 20fcf712..ff416e4d 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -159,6 +159,7 @@ The pipeline consumes two artifacts: the result of the **Build Pipeline** as it Configuration of a code **_ci-build** artifact is similar to what we did in the previous chapter. In order to configure a model artifact there should be a service connection to **mlops-AML-WS** workspace: + **Note:** Creating service connection using Azure Machine Learning extension requires owner access to the subscription. ![workspace connection](./images/workspace-connection.png) From 3d0e507d804be98f2c1767361f72641f252f0506 Mon Sep 17 00:00:00 2001 From: Sushant Divate Date: Wed, 4 Sep 2019 16:54:32 +0530 Subject: [PATCH 3/3] updated doc --- docs/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index ff416e4d..3cb06b78 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -160,7 +160,7 @@ Configuration of a code **_ci-build** artifact is similar to what we did in the In order to configure a model artifact there should be a service connection to **mlops-AML-WS** workspace: -**Note:** Creating service connection using Azure Machine Learning extension requires owner access to the subscription. +**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)