Skip to content

Commit 8228951

Browse files
committed
freshness
1 parent c9c1d91 commit 8228951

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/machine-learning/how-to-assign-roles.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ ms.topic: how-to
99
ms.reviewer: None
1010
ms.author: larryfr
1111
author: Blackmist
12-
ms.date: 03/11/2024
13-
ms.custom: how-to, devx-track-azurecli, devx-track-arm-template
12+
ms.date: 09/03/2024
13+
ms.custom: how-to, devx-track-azurecli, devx-track-arm-template, FY25Q1-Linter
1414
monikerRange: 'azureml-api-1 || azureml-api-2'
15+
# Customer Intent: As an admin, I want to understand what permissions I need to assign resources so my users can accomplish their tasks.
1516
---
1617

1718
# Manage access to Azure Machine Learning workspaces
@@ -190,7 +191,7 @@ The following table is a summary of Azure Machine Learning activities and the pe
190191
| Submitting any type of run (V2) | Not required | Not required | Owner, contributor, or custom role allowing: `/workspaces/*/read`, `/workspaces/environments/write`, `/workspaces/jobs/*`, `/workspaces/metadata/artifacts/write`, `/workspaces/metadata/codes/*/write`, `/workspaces/environments/build/action`, `/workspaces/environments/readSecrets/action` |
191192
| Publishing pipelines and endpoints (V1) | Not required | Not required | Owner, contributor, or custom role allowing: `/workspaces/endpoints/pipelines/*`, `/workspaces/pipelinedrafts/*`, `/workspaces/modules/*` |
192193
| Publishing pipelines and endpoints (V2) | Not required | Not required | Owner, contributor, or custom role allowing: `/workspaces/endpoints/pipelines/*`, `/workspaces/pipelinedrafts/*`, `/workspaces/components/*` |
193-
| Attach an AKS resource <sub>2</sub> | Not required | Owner or contributor on the resource group that contains AKS |
194+
| Attach an AKS resource <sub>2</sub> | Not required | Owner or contributor on the resource group that contains AKS | |
194195
| Deploying a registered model on an AKS/ACI resource | Not required | Not required | Owner, contributor, or custom role allowing: `/workspaces/services/aks/write`, `/workspaces/services/aci/write` |
195196
| Scoring against a deployed AKS endpoint | Not required | Not required | Owner, contributor, or custom role allowing: `/workspaces/services/aks/score/action`, `/workspaces/services/aks/listkeys/action` (when you don't use Microsoft Entra auth) OR `/workspaces/read` (when you use token auth) |
196197
| Accessing storage using interactive notebooks | Not required | Not required | Owner, contributor, or custom role allowing: `/workspaces/computes/read`, `/workspaces/notebooks/samples/read`, `/workspaces/notebooks/storage/*`, `/workspaces/listStorageAccountKeys/action`, `/workspaces/listNotebookAccessToken/read`|
@@ -210,7 +211,7 @@ The following table is a summary of Azure Machine Learning activities and the pe
210211

211212
There are certain differences between actions for V1 APIs and V2 APIs.
212213

213-
| Asset | Action path for V1 API | Action path for V2 API
214+
| Asset | Action path for V1 API | Action path for V2 API |
214215
| ----- | ----- | ----- |
215216
| Dataset | Microsoft.MachineLearningServices/workspaces/datasets | Microsoft.MachineLearningServices/workspaces/datasets/versions |
216217
| Experiment runs and jobs | Microsoft.MachineLearningServices/workspaces/experiments | Microsoft.MachineLearningServices/workspaces/jobs |
@@ -492,7 +493,7 @@ Here are a few things to be aware of while you use Azure RBAC:
492493

493494
- It can sometimes take up to one hour for your new role assignments to take effect over cached permissions across the stack.
494495

495-
## Next steps
496+
## Related content
496497

497498
- [Enterprise security and governance for Azure Machine Learning](concept-enterprise-security.md)
498499
- [Secure Azure Machine Learning workspace resources using virtual networks](how-to-network-security-overview.md)

0 commit comments

Comments
 (0)