I am trying to deploy an Azure ML workspace with the Azure portal, no matter what settings I choose I get an Internal service error on creation of the workspace, all the other resources deploy without issues. Is there a way to debug this with a better error message?
{
"status": "Failed",
"error": {
"code": "InternalServerError",
"message": "InternalServerError"
}
}