Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Possible error messages
Creating network interface (Failure creating network interface for node)Failed to create load balancer for cellFailed to create Public IP for nodeFailed to create Public IP for cellFailed to create network interface for nodeFailed to create Network Security Group for node
Resolution
In most cases, these errors occur because the service principal doesn't have enough privileges. Add the contributor role to the service principal or assign specific permissions to the service principal.
To add contributor to your service principal:
az role assignment create --assignee APP_ID --role Contributor
More info
For more information about specific permissions required for CycleCloud, see Create a custom role and managed identity for CycleCloud.