You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deployment fails at cell 15, returns the following:
ERROR - Received bad response from Model Management Service:
Response Code: 400
Headers: {'Date': 'Mon, 17 Feb 2020 22:50:07 GMT', 'Content-Type': 'application/json', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Request-Context': 'appId=cid-v1:2d2e8e63-272e-4b3c-8598-4ee570a0e70d', 'api-supported-versions': '1.0, 2018-03-01-preview, 2018-11-19', 'x-ms-client-request-id': '1c29114394f44f2b8657fdf2ae1775d5', 'x-ms-client-session-id': '', 'Strict-Transport-Security': 'max-age=15724800; includeSubDomains; preload'}
Content: b'{"code":"BadRequest","statusCode":400,"message":"The request is invalid","details":[{"code":"ComputeResourceNotCreated","message":"Compute resource with Id: od-aks-cluster is not in Succeeded state. Compute provisioning state: Failed"}]}'
Following the URL that gave this response gives the following:
{"code":"Unauthorized","statusCode":401,"message":"Unauthorized","details":[{"code":"EmptyOrInvalidToken","message":"Invalid Authorization header. Please make sure sure your are using Bearer authentication and passing the correct key."}]}
In which platform does it happen?
Tested on Windows.
How do we replicate the issue?
Run the notebook. Follow the link in the error printout for cell 15 for the second error message.
Expected behavior (i.e. solution)
Other Comments
The text was updated successfully, but these errors were encountered:
Description
Deployment fails at cell 15, returns the following:
ERROR - Received bad response from Model Management Service:
Response Code: 400
Headers: {'Date': 'Mon, 17 Feb 2020 22:50:07 GMT', 'Content-Type': 'application/json', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Request-Context': 'appId=cid-v1:2d2e8e63-272e-4b3c-8598-4ee570a0e70d', 'api-supported-versions': '1.0, 2018-03-01-preview, 2018-11-19', 'x-ms-client-request-id': '1c29114394f44f2b8657fdf2ae1775d5', 'x-ms-client-session-id': '', 'Strict-Transport-Security': 'max-age=15724800; includeSubDomains; preload'}
Content: b'{"code":"BadRequest","statusCode":400,"message":"The request is invalid","details":[{"code":"ComputeResourceNotCreated","message":"Compute resource with Id: od-aks-cluster is not in Succeeded state. Compute provisioning state: Failed"}]}'
Following the URL that gave this response gives the following:
{"code":"Unauthorized","statusCode":401,"message":"Unauthorized","details":[{"code":"EmptyOrInvalidToken","message":"Invalid Authorization header. Please make sure sure your are using Bearer authentication and passing the correct key."}]}
In which platform does it happen?
Tested on Windows.
How do we replicate the issue?
Run the notebook. Follow the link in the error printout for cell 15 for the second error message.
Expected behavior (i.e. solution)
Other Comments
The text was updated successfully, but these errors were encountered: