Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to create WorkSpace #147

Open
nikhil8786 opened this issue Sep 17, 2018 · 1 comment
Open

Unable to create WorkSpace #147

nikhil8786 opened this issue Sep 17, 2018 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@nikhil8786
Copy link

Hi,
I was running your Operationalization notebook code.
After running this code:"
ws = Workspace.create(name = workspace_name, subscription_id = subscription_id,
resource_group = resource_group, location = workspace_region)

I was getting this exception:

WorkspaceException: Unable to create the workspace.
Deployment failed. Correlation ID: c32e0bbb-5e25-4a1b-a387-ca466e1ab111. {
"error": {
"code": "InvalidResourceType",
"message": "The resource type could not be found in the namespace 'Microsoft.MachineLearningServices' for api version '2018-03-01-preview'."
}
}
I have provided all the details regarding the azure subscription.
Can you help me out in this exception?
Thanks,
Nikhil

@wdecay
Copy link
Contributor

wdecay commented Sep 24, 2018

Hi Nikhil,

I'm afraid that notebook may be out of sync with the latest version of Azure ML Services: https://docs.microsoft.com/en-us/azure/machine-learning/service/

I suggest that you follow the documentation and ensure that you have the resource provider enabled and also that the Notebook uses a more recent version of the SDK.

Unfortunately, currently, there's not team officially in charge of this project, but we definitely welcome contributions, so if you end up fixing this issue, please feel free to send us a pull request.

Thanks you!
-andrew

@wdecay wdecay added the help wanted Extra attention is needed label Sep 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants