Error in Azure ML Run: UserError: Operation returned an invalid status code 'Unauthorized'
Marc Eichenberger
0
Reputation points
I initiated a run on Azure ML that was expected to take approximately 10 days. The run details are as follows:
- VM Type: Standard-NC12s-v3-LOW (2 GPUs), Low Priority
- Instances: 1 machine
- Framework: Python, Detectron2
After a few days, the following error occurred: UserError: Operation returned an invalid status code 'Unauthorized'
.
Issue Details:
- This error is not visible in either the user_logs or the system_logs. Both logs appear normal and do not show any signs of an issue.
- The run does not make any Azure API calls and is a straightforward "local" training process.
- After encountering the error, I was able to restart the run and resume training without any issues, which suggests the error might originate from Azure's side.
Request:
- Could you please investigate the root cause of this error?
- Are there any known issues with the runtime environment that could lead to such
Unauthorized
errors? - Are there additional logs or diagnostic tools I can use to gain further insights?
Thank you for your support!I initiated a run on Azure ML that was expected to take approximately 10 days. The run details are as follows:
- VM Type: Standard-NC12s-v3-LOW (2 GPUs), Low Priority
- Instances: 1 machine
- Framework: Python, Detectron2
After a few days, the following error occurred:
UserError: Operation returned an invalid status code 'Unauthorized'
.
Issue Details:
- This error is not visible in either the user_logs or the system_logs. Both logs appear normal and do not show any signs of an issue.
- The run does not make any Azure API calls and is a straightforward "local" training process.
- After encountering the error, I was able to restart the run and resume training without any issues, which suggests the error might originate from Azure's side.
Request:
- Are there any known issues with the runtime environment that could lead to such
Unauthorized
errors? - Are there additional logs or diagnostic tools I can use to gain further insights?
Thank you for your support!
Best regards,
Marc
Sign in to answer