Azure / Azure/MachineLearningNotebooks
Managed Identity for Compute Instances
- Linguagem predominante
- Jupyter Notebook
- Estrelas
- 4.4k
- Forks
- 2.6k
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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 ('ComputeInstance' object has no attribute 'add_identity'), 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.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Direção de pesquisa
Nenhum arquivo ou teste é mencionado. Comece revisando o fluxo documentado de identidade gerenciada para clusters do Azure Machine Learning e compare-o com a ComputeInstance API descrita na issue. O trabalho estará concluído quando for estabelecido se o acesso baseado em identidade é compatível com instâncias de computação e quando a abordagem compatível sem credenciais for identificada.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- azure, jupyter-notebook, machine-learning
- Domínio
- authentication, cloud, machine-learning
- Tipo de issue
- Funcionalidade
- Dificuldade
- 5/5
- Tempo estimado
- Mais de uma semana
- Status de atividade
- Estagnada
- Clareza
- Precisa de esclarecimento
- Facilidade para iniciantes
- 25/100