You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/concept-compute-target.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.topic: conceptual
9
9
ms.author: vijetaj
10
10
author: vijetajo
11
11
ms.reviewer: sgilley
12
-
ms.date: 10/19/2022
12
+
ms.date: 01/23/2024
13
13
ms.custom:
14
14
- ignite-fall-2021
15
15
- event-tier1-build-2022
@@ -145,13 +145,19 @@ See the following table to learn more about supported series.
145
145
146
146
While Azure Machine Learning supports these VM series, they might not be available in all Azure regions. To check whether VM series are available, see [Products available by region](https://azure.microsoft.com/global-infrastructure/services/?products=virtual-machines).
147
147
148
+
:::moniker range="azureml-api-2"
148
149
> [!NOTE]
149
150
> Azure Machine Learning doesn't support all VM sizes that Azure Compute supports. To list the available VM sizes, use one of the following methods:
> * The [Azure CLI extension 2.0 for machine learning](how-to-configure-cli.md) command, [az ml compute list-sizes](/cli/azure/ml/compute#az-ml-compute-list-sizes).
153
153
:::moniker-end
154
154
155
+
:::moniker range="azureml-api-1"
156
+
> [!NOTE]
157
+
> Azure Machine Learning doesn't support all VM sizes that Azure Compute supports. To list the available VM sizes, use one of the following methods:
If using the GPU-enabled compute targets, it is important to ensure that the correct CUDA drivers are installed in the training environment. Use the following table to determine the correct CUDA version to use:
156
162
157
163
|**GPU Architecture**|**Azure VM Series**|**Supported CUDA versions**|
@@ -31,7 +31,7 @@ In this article, you learn how to manage access (authorization) to an Azure Mach
31
31
32
32
## Default roles
33
33
34
-
Azure Machine Learning workspaces have a five built-in roles that are available by default. When adding users to a workspace, they can be assigned one of the built-in roles described below.
34
+
Azure Machine Learning workspaces have built-in roles that are available by default. When adding users to a workspace, they can be assigned one of the built-in roles described below.
35
35
36
36
| Role | Access level |
37
37
| --- | --- |
@@ -197,13 +197,17 @@ The following table is a summary of Azure Machine Learning activities and the pe
197
197
| 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 are not using Microsoft Entra auth) OR `"/workspaces/read"` (when you are using token auth) |
198
198
| 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"`|
199
199
| Create new custom role | Owner, contributor, or custom role allowing `Microsoft.Authorization/roleDefinitions/write`| Not required | Owner, contributor, or custom role allowing: `/workspaces/computes/write`|
200
-
| Create/manage online endpoints and deployments | Not required |Not required | Owner, contributor, or custom role allowing `Microsoft.MachineLearningServices/workspaces/onlineEndpoints/*`. If you use studio to create/manage online endpoints/deployments, you will need an additional permission "Microsoft.Resources/deployments/write" from the resource group owner.|
200
+
| Create/manage online endpoints and deployments | Not required |To deploy on studio, "Microsoft.Resources/deployments/write" and "Microsoft.MachineLearningServices/workspaces/onlineEndpoints/deployments/write". For SDK/CLI deployments, "Microsoft.MachineLearningServices/workspaces/onlineEndpoints/deployments/write"| Owner, contributor, or custom role allowing `Microsoft.MachineLearningServices/workspaces/onlineEndpoints/*`. |
201
201
| Retrieve authentication credentials for online endpoints | Not required | Not required | Owner, contributor, or custom role allowing `Microsoft.MachineLearningServices/workspaces/onlineEndpoints/token/action` and `Microsoft.MachineLearningServices/workspaces/onlineEndpoints/listkeys/action`.
202
202
203
203
1: If you receive a failure when trying to create a workspace for the first time, make sure that your role allows `Microsoft.MachineLearningServices/register/action`. This action allows you to register the Azure Machine Learning resource provider with your Azure subscription.
204
204
205
205
2: When attaching an AKS cluster, you also need to have the [Azure Kubernetes Service Cluster Admin Role](/azure/role-based-access-control/built-in-roles#azure-kubernetes-service-cluster-admin-role) on the cluster.
### Differences between actions for V1 and V2 APIs
208
212
209
213
There are certain differences between actions for V1 APIs and V2 APIs.
@@ -610,8 +614,6 @@ Here are a few things to be aware of while you use Azure role-based access contr
610
614
611
615
- When there are two role assignments to the same Microsoft Entra user with conflicting sections of Actions/NotActions, your operations listed in NotActions from one role might not take effect if they are also listed as Actions in another role. To learn more about how Azure parses role assignments, read [How Azure RBAC determines if a user has access to a resource](/azure/role-based-access-control/overview#how-azure-rbac-determines-if-a-user-has-access-to-a-resource)
0 commit comments