Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1.05 KB

aml-managed-identity-intro.md

File metadata and controls

17 lines (15 loc) · 1.05 KB
title description services author ms.service ms.author manager ms.custom ms.topic ms.date
include file
include file
machine-learning
sdgilley
machine-learning
sgilley
cgronlund
include file
include
08/24/2020

Azure Machine Learning compute clusters also support managed identities to authenticate access to Azure resources without including credentials in your code. There are two types of managed identities:

  • 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.
  • 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.