How severe does this issue affect your experience of using Ray?
- High: It blocks me to complete my task.
I am an Azure subscription.
When I Launching Ray Clusters on Azure following this :
https://docs.ray.io/en/latest/cluster/vms/user-guides/launching-clusters/azure.html
Then got a deployment failed error on the Azure clound shell:
{
‘code’: ‘DeploymentFailed’,
‘message’: ‘At least one resource deployment operation failed. Please list deployment operations for details. Please see Deployment history - Azure Resource Manager | Microsoft Learn for usage details.’,
‘details’: [
{
‘code’: ‘RoleAssignmentUpdateNotPermitted’,
‘message’: ‘Tenant ID, application ID, principal ID, and scope are not allowed to be updated.’
}
]
}
I had filled my Azure [resource_group] and [location] And also seted ‘az account set -s <subscription_id>’ corrected.