InnerEye-Inference icon indicating copy to clipboard operation
InnerEye-Inference copied to clipboard

Move to managed identity

Open javier-alvarez opened this issue 3 years ago • 0 comments

https://docs.microsoft.com/en-us/azure/machine-learning/how-to-setup-authentication#use-managed-identity-authentication

from azureml.core.authentication import MsiAuthentication

msi_auth = MsiAuthentication()

ws = Workspace(subscription_id="your-sub-id", resource_group="your-resource-group-id", workspace_name="your-workspace-name", auth=msi_auth )

javier-alvarez avatar Jun 23 '21 13:06 javier-alvarez