question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[ML] Setup giving `BadRequest` error when trying to provision machine learning resource group

See original GitHub issue

Environment summary

Installed from Azure ML Workbench and run from cmd.exe also from Azure ML Workbench.

Versions:

  • azure-cli (2.0.17)
  • ml (0.1.0a25.post3)

Windows 10 Pro

Issue

Following this tutorial on deploying an Azure ML model from Workbench as a web service. As soon as I get to the az ml setup command, I started to get errors. At first, I needed to add more providers via the az provider command, but now I get the following BadRequest error:

{
            "code": "BadRequest",
            "message": "SubDeployment: OperationId=3C6888DDBAD8C49A, ProvisioningState=Failed, StatusCode=BadRequest, StatusMessage={\n  \"code\": \"BadRequest\",\n  \"message\": \"Bad Request\",\n  \"innererror\": {\n    \"diagnosticcontext\": \"8bffadf5-495a-4a2a-a7cb-caa53388de15\",\n    \"time\": \"2017-11-02T18:13:20.8332731Z\"\n  }\n}\n"
},

Even on the Portal it gives the same error: image

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:12 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
trangevicommented, Mar 2, 2018

@mrali92 if you are indeed having the same issue then yes, switching to a non Visual Studio Enterprise subscription would likely solve the issue, as long as the subscription that you switch to doesn’t have a spending limit.

If you are not using a Visual Studio Enterprise subscription and are having environment setup issues, please provide your subscription id, environment name, and region you are attempting to setup in and I can help to figure out the issue.

1reaction
satschcommented, Apr 26, 2018

I needed this, thanks so much for your help @jwood803 .

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting BadRequest when creating deployment for ML online ...
I'm trying to create a managed online endpoint for a ML model using the Azure Machine Learning Studio (so GUI not CLI).
Read more >
Error messages - Resource Manager - Google Cloud
The request is an upload request, but it failed because it was not sent to the proper URI. Upload requests must be sent...
Read more >
Consuming Azure Machine Learning in ASP.NET Core - Telerik
The sample code gives us a good starting point for integrating Azure ML with an application. The code provided is for a simple...
Read more >
Troubleshoot Watson Machine Learning
forum. Include the "machine-learning" and "bluemix" tags. Contents. Authorization token has not been provided; Invalid authorization token ...
Read more >
Overview of Azure Stream Analytics
For a wider range of Machine Learning needs, see Azure Stream Analytics ... you want to use to create the resource group and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found