Model training in local Azure ml Notebook
Hi everyone
I use a compute cluster of GPU for training a machine learning model.
For access we have this user managed identity to communicate with the Azure resources which correct configured with compute cluster.
The job for training model is created in the notebook. When submit the job it throws clientauthtication error.
ClientAuthenticationError: (UserError) Workspace nusaexrdeuseamlw MSI doesn't have appropriate permissions on the storage account nusaexrdeuseasta Code: UserError Message: Workspace nusaexrdeuseamlw MSI doesn't have appropriate permissions on the storage.
The storage account specified is the default one used while creating the Azure ML workspace.
Apart from storing metadata of job in default storage account we are not using it anywhere in the training model. Please help me out in solving this issue.