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
@@ -20,7 +20,7 @@ Once Azure Machine Learning extension is deployed on AKS or Arc Kubernetes clust
20
20
21
21
## Prerequisites
22
22
23
-
Attaching a Kubernetes cluster to Azure Machine Learning workspace can flexibly support many different scenarios, such as the shared scenarios with multiple attachments, model training scripts accessing Azure resources, and the authentication configuration of the workspace. But you need to pay attention to the following prerequisites.
23
+
Attaching a Kubernetes cluster to Azure Machine Learning workspace can flexibly support many different scenarios. For example, the shared scenarios with multiple attachments, model training scripts accessing Azure resources, and the authentication configuration of the workspace.
24
24
25
25
#### Multi-attach and workload isolation
26
26
@@ -103,7 +103,7 @@ Attaching a Kubernetes cluster makes it available to your workspace for training
103
103
104
104
1. Enter a compute name and select your Kubernetes cluster from the dropdown.
105
105
106
-
***(Optional)** Enter Kubernetes namespace, which defaults to `default`. All machine learning workloads will be sent to the specified Kubernetes namespace in the cluster. Compute attach won't create the Kubernetes namespace automatically or validate whether the kubernetes namespace exists. You need to verify that the specified namespace exists in your cluster, otherwise, any Azure Machine Learning workloads submitted to this compute will fail.
106
+
***(Optional)** Enter Kubernetes namespace, which defaults to `default`. All machine learning workloads are sent to the specified Kubernetes namespace in the cluster. Compute attach doesn't create the Kubernetes namespace automatically or validate whether the kubernetes namespace exists. You need to verify that the specified namespace exists in your cluster, otherwise, any Azure Machine Learning workloads submitted to this compute would fail.
107
107
108
108
***(Optional)** Assign system-assigned or user-assigned managed identity. Managed identities eliminate the need for developers to manage credentials. For more information, see the [Assign managed identity](#assign-managed-identity-to-the-compute-target) section of this article.
109
109
@@ -180,7 +180,7 @@ Azure offers a couple of ways to assign roles to a managed identity.
180
180
-[Use Azure CLI to assign roles](../role-based-access-control/role-assignments-cli.md)
181
181
-[Use Azure PowerShell to assign roles](../role-based-access-control/role-assignments-powershell.md)
182
182
183
-
If you are using the Azure portal to assign roles and have a **system-assigned managed identity**, **Select User**, **Group Principal** or **Service Principal**, you can search for the identity name by selecting **Select members**. The identity name needs to be formatted as: `<workspace name>/computes/<compute target name>`.
183
+
If you're using the Azure portal to assign roles and have a **system-assigned managed identity**, **Select User**, **Group Principal** or **Service Principal**, you can search for the identity name by selecting **Select members**. The identity name needs to be formatted as: `<workspace name>/computes/<compute target name>`.
184
184
185
185
If you have user-assigned managed identity, select **Managed identity** to find the target identity.
186
186
@@ -194,4 +194,4 @@ You can use a managed identity to access Azure Blob:
194
194
195
195
-[Create and manage instance types](./how-to-manage-kubernetes-instance-types.md)
196
196
-[Azure Machine Learning inference router and connectivity requirements](./how-to-kubernetes-inference-routing-azureml-fe.md)
197
-
-[Secure AKS inferencing environment](./how-to-secure-kubernetes-inferencing-environment.md)
197
+
-[Secure AKS inferencing environment](./how-to-secure-kubernetes-inferencing-environment.md)
0 commit comments