Share via

Azure ML - Managed Identity for Compute Instance

Nimbeo 36 Reputation points
2021-11-17T10:10:20.66+00:00

We need to connect Azure Data Lake Storage Gen2 to Azure Machine Learning by means of a datastore. For security reasons we do not want to provide the credential-based authentication credentials (service principal or SAS token). Instead we want to connect with identity based access.

The problem we face is that we are not able to assign a managed identity to a compute instance, so we can connect from notebooks to the Data Lake. In the documentation is explained how to assign a managed identity to a cluster, but we need the same for the compute instance, as it is the only way to run commands directly from the notebook.

Is there a way to assign managed identity to an Azure Machine Learning Compute Instance? Otherwise, we would like to know the best approach to overcome this issue, considering that we do not want to introduce the credentials in the code.

Azure Machine Learning
Microsoft Security | Microsoft Entra | Microsoft Entra ID

Answer accepted by question author

Ramr-msft 17,836 Reputation points
2021-11-17T13:54:33.153+00:00

@Nimbeo Thanks for the question. Currently It’s not supported yet to assign managed identity to an Azure Machine Learning Compute Instance, you’d need to use credential-based access. We have forwarded to the product team to support in the near future.

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.