Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

No workspaces found with name={} in subscription={} #6

Closed
vhyrodrigues opened this issue Apr 2, 2020 · 3 comments
Closed

No workspaces found with name={} in subscription={} #6

vhyrodrigues opened this issue Apr 2, 2020 · 3 comments

Comments

@vhyrodrigues
Copy link

Hi Guys,

I'm having the following error on the 01-Getting_Started_with_Azure_ML lab.

WorkspaceException: WorkspaceException:
Message: No workspaces found with name=dp-100-mlstudio in subscription=""
InnerException None
ErrorResponse
{
"error": {
"message": "No workspaces found with name=dp-100-mlstudio in subscription=""
}
}

@ikeaney
Copy link

ikeaney commented Apr 7, 2020

Having this exact same problem!!

@ikeaney
Copy link

ikeaney commented Apr 7, 2020

The problem seems to be case sensitivity. I had called my workspace "aml-DP100", but the error I got stated "No workspaces found with name=aml-dp100".

A hack to get around this is to use Workspace.get

ws = Workspace.get(subscription_id= "your_sub_id", resource_group = "your_resource_group", name = "aml-DP100")

The config.json file I downloaded locally was correct, so I could copy all the details from there. I don't know yet if the problem is in the compute instance OR with Workspace.from_config() function.

@vhyrodrigues
Copy link
Author

Hi @ikeaney for sure is something related to the case sensitivity. I recreate my workspace in lowercase and everything works fine.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants