High severitycluster
Power BI Refresh Error:
CONTROL_PLANE_REQUEST_FAILURE_DUE_TO_MISCONFIG
What does this error mean?
The Databricks control plane rejected a cluster request because of a misconfiguration in the workspace, cluster policy, or cloud infrastructure setup. The failure is deterministic — retrying without fixing the config will not help.
Common causes
- 1The cluster configuration references an instance profile, service principal, or managed identity that does not exist or is not authorized
- 2A cluster policy requires a specific configuration that was not provided in the API or UI
- 3The Databricks workspace has missing or misconfigured credentials for the cloud provider
- 4A network configuration required by the workspace (VPC, subnet, security group) no longer exists
- 5The workspace was recently migrated or modified and some configuration references are stale
How to fix it
- 1Read the full error message in the cluster event log — it usually identifies the specific misconfigured resource
- 2Verify that the IAM instance profile (AWS) or managed identity (Azure) referenced in the cluster config exists
- 3Check the workspace admin settings for any misconfigured cloud credentials or network settings
- 4Review recent workspace configuration changes — migrated workspaces often have stale resource references
- 5Validate cluster policies against the actual cluster configuration to find policy conflicts