[ML] Setup giving `BadRequest` error when trying to provision machine learning resource group
See original GitHub issueEnvironment 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:
Issue Analytics
- State:
- Created 6 years ago
- Comments:12 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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.
I needed this, thanks so much for your help @jwood803 .