Failed Launching Ray Clusters on Azure

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.

Hello everyone, this problem has been solved, if the first time did not deploy successfully, you need to remove the original generation of some resources, it will not generate these attributes can not be changed error.