Azure / MachineLearningNotebooks

Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft
https://docs.microsoft.com/azure/machine-learning/service/
MIT License
4k stars 2.49k forks source link

Use DefaultAzureCredentials for workspace auth #1896

Open meiswjn opened 1 year ago

meiswjn commented 1 year ago

Apparently, it is not possible to use DefaultAzureCredentials for workspace auth.

From the docs, the available auth types are: Interactive Login Authentication Azure CLI Authentication Managed Service Identity (MSI) Authentication Service Principal Authentication Token Authentication

It would be very useful if this SDK used the standard Azure way to handle authentication