Skip to content

Commit 558197b

Browse files
authored
Merge pull request #183443 from sdgilley/patch-82
Update aml-managed-identity-intro.md
2 parents 3b10c83 + bb2396d commit 558197b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/aml-managed-identity-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ ms.date: 08/24/2020
1414
Azure Machine Learning compute clusters also support [managed identities](../articles/active-directory/managed-identities-azure-resources/overview.md) to authenticate access to Azure resources without including credentials in your code. There are two types of managed identities:
1515

1616
* A **system-assigned managed identity** is enabled directly on the Azure Machine Learning compute cluster. The life cycle of a system-assigned identity is directly tied to the compute cluster. If the compute cluster is deleted, Azure automatically cleans up the credentials and the identity in Azure AD.
17-
* A **user-assigned managed identity** is a standalone Azure resource provided through Azure Managed Identity service. You can assign a user-assigned managed identity to multiple resources, and it persists for as long as you want.
17+
* A **user-assigned managed identity** is a standalone Azure resource provided through Azure Managed Identity service. You can assign a user-assigned managed identity to multiple resources, and it persists for as long as you want. This managed identity needs to be created beforehand and then passed as the identity_id as a required parameter.

0 commit comments

Comments
 (0)