Skip to content

Commit d0d3b6d

Browse files
authored
Update how-to-use-mlflow-configure-tracking.md
1 parent 65e49d1 commit d0d3b6d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

articles/machine-learning/how-to-use-mlflow-configure-tracking.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,16 @@ If you'd rather use a certificate instead of a secret, you can configure the env
5656

5757
### Configure authorization and permission levels
5858

59-
Permission levels like `Contributor` or `Data Scientist` are already configured to permform MLflow operations in an Azure Machine Learning workspace. On custom roles, you need the following permissions:
59+
Some default roles like [AzureML Data Scientist or contributor](how-to-assign-roles.md#default-roles) are already configured to perform MLflow operations in an Azure Machine Learning workspace. If using a custom roles, you need the following permissions:
6060

61-
* **To use MLflow tracking:** `Microsoft.MachineLearningServices/workspaces/experiments/*` and `Microsoft.MachineLearningServices/workspaces/jobs/*`.
62-
* **To use MLflow model registry:** `Microsoft.MachineLearningServices/workspaces/models/*/*`
61+
* **To use MLflow tracking:**
62+
* `Microsoft.MachineLearningServices/workspaces/experiments/*`.
63+
* `Microsoft.MachineLearningServices/workspaces/jobs/*`.
6364

64-
Grant these permissions either to your user or the service principal using the service.
65+
* **To use MLflow model registry:**
66+
* `Microsoft.MachineLearningServices/workspaces/models/*/*`
67+
68+
Grant access for the service principal you created or user account to your workspace as explained at [Grant access](../role-based-access-control/quickstart-assign-role-user-portal.md#grant-access).
6569

6670
### Troubleshooting authentication
6771

0 commit comments

Comments
 (0)