Skip to content

Commit 71a9808

Browse files
authored
Update how-to-identity-based-service-authentication.md
1 parent 349b7ae commit 71a9808

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,17 @@ Azure Machine Learning is composed of multiple Azure services. There are multipl
3535

3636
* You must be familiar with creating and working with [Managed Identities](../active-directory/managed-identities-azure-resources/overview.md).
3737

38+
## Workspace identity types
39+
40+
The Azure Machine Learning workspace uses a __managed identity__ to communicate with other services. Multiple identity types are supported for Azure Machine Learning.
41+
42+
| Managed identity type | Role assignment creation | Description |
43+
| ---- | :----: | :----: |
44+
| System-assigned | Managed by Microsoft | Lifecycle tied to resource; single resource use; simple to get started |
45+
| System-assigned+user-assigned | Managed by you | Independent lifecycle for user-assigned identity, multi-resource use, controls least privileged access. |
46+
47+
To learn more about managed identity in Azure, see [Manage user-assigned managed identities](../entra/identity/managed-identities-azure-resources/how-manage-user-assigned-managed-identities).
48+
3849
## Azure Container Registry and identity types
3950

4051
The following table lists the support matrix when authenticating to __Azure Container Registry__, depending on the authentication method and the __Azure Container Registry's__ [public network access configuration](/azure/container-registry/container-registry-access-selected-networks).

0 commit comments

Comments
 (0)