Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Mar 21, 2024. It is now read-only.
This repository was archived by the owner on Mar 21, 2024. It is now read-only.
There was an error while loading. Please reload this page.
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
)