I'm trying to create a workspace in azure machine learning and receiving this error after 2 browser Windows open and I click log in.
+ subscription_id = 'XXXXXXXXXXXX',library(azuremlsdk)
new_ws <- create_workspace(name = 'muffin',
+ resource_group = 'white',
+ location = 'eastus2',
+ create_resource_group = T)
Note, we have launched a browser for you to login. For old experience with device code, use "az login --use-device-code"
You have logged in. Now let us find all the subscriptions to which you have access...
Note, we have launched a browser for you to login. For old experience with device code, use "az login --use-device-code"
You have logged in. Now let us find all the subscriptions to which you have access...
Error in py_call_impl(callable, dots$args, dots$keywords) :
AuthenticationException: AuthenticationException:
Message: Could not retrieve user token. Please run 'az login'
InnerException It is required that you pass in a value for the "algorithms" argument when calling decode().
ErrorResponse
{
"error": {
"code": "UserError",
"inner_error": {
"code": "Authentication"
},
"message": "Could not retrieve user token. Please run 'az login'"
}
}
how do I get passed this error?