Skip to content

Commit 5031727

Browse files
authored
Update terminology to "Kubernetes Cluster Compute"
1 parent 427fcd8 commit 5031727

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/machine-learning/how-to-identity-based-service-authentication.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ During cluster creation or when editing compute cluster details, in the **Advanc
276276

277277
---
278278

279-
### Kubernetes Compute Cluster
279+
### Kubernetes Cluster Compute
280280

281281
> [!NOTE]
282282
> Azure Machine Learning kubernetes clusters support only **one system-assigned identity** or **one user-assigned identities**, not both concurrently.
@@ -292,7 +292,7 @@ During a run there are two applications of an identity:
292292

293293
1. You apply an identity to access resources from within the code for a submitted job:
294294

295-
* In the case of kubernetes compute clusters, the ManagedIdentityCredential object should be provided **without any client_id**.
295+
* In the case of kubernetes cluster compute, the ManagedIdentityCredential object should be provided **without any client_id**.
296296

297297
For example, to retrieve a token for a datastore with the default-managed identity:
298298

@@ -301,10 +301,10 @@ During a run there are two applications of an identity:
301301
token = credential.get_token('https://storage.azure.com/')
302302
```
303303

304-
To configure a kubernetes compute cluster, make sure that it has the [necessary AML extension deployed in it](https://learn.microsoft.com/azure/machine-learning/how-to-deploy-kubernetes-extension?view=azureml-api-2&tabs=deploy-extension-with-cli) and follow the documentation on [how to attach the kubernetes compute cluster to your AML workspace](https://learn.microsoft.com/azure/machine-learning/how-to-attach-kubernetes-to-workspace?view=azureml-api-2&tabs=cli).
304+
To configure a kubernetes cluster compute, make sure that it has the [necessary AML extension deployed in it](https://learn.microsoft.com/azure/machine-learning/how-to-deploy-kubernetes-extension?view=azureml-api-2&tabs=deploy-extension-with-cli) and follow the documentation on [how to attach the kubernetes cluster compute to your AML workspace](https://learn.microsoft.com/azure/machine-learning/how-to-attach-kubernetes-to-workspace?view=azureml-api-2&tabs=cli).
305305

306306
> [!IMPORTANT]
307-
> For Training purposes (Machine Learning Jobs), the identity that is used is the one assigned to the Kubernetes Compute Cluster. However, in the case of inferencing (Managed Online Endpoints), the identity that is used is the one assigned to the endpoint. For more information see [How to Access Azure Resources from an Online Endpoint](https://learn.microsoft.com/azure/machine-learning/how-to-access-resources-from-endpoints-managed-identities?view=azureml-api-2&tabs=system-identity-cli).
307+
> For Training purposes (Machine Learning Jobs), the identity that is used is the one assigned to the Kubernetes Cluster Compute. However, in the case of inferencing (Managed Online Endpoints), the identity that is used is the one assigned to the endpoint. For more information see [How to Access Azure Resources from an Online Endpoint](https://learn.microsoft.com/azure/machine-learning/how-to-access-resources-from-endpoints-managed-identities?view=azureml-api-2&tabs=system-identity-cli).
308308

309309
---
310310

0 commit comments

Comments
 (0)