3

I setup a Databricks instance on Azure using terraform. The deployment seems to be good. But, I am getting the following error when creating/starting a new cluster,

Message
Cluster terminated. Reason: Cloud provider launch failure

Help
A cloud provider error was encountered while launching worker nodes.

See Knowledge base: Cloud provider initiated terminations for remediations.

Search for error code NetworkingInternalOperationError
Details

Azure error code: NetworkingInternalOperationError

Azure error message: An unexpected error occured while processing the network profile of the VM. Please retry later.

Any idea why this is happening?

Alex Ott
  • 80,552
  • 8
  • 87
  • 132
Joshua
  • 65
  • 5

1 Answers1

0

Usually such errors are returned when there are temporary problems with underlying VM infrastructure. Usually they mitigated very fast, so you just need to try later, although it makes sense to check Azure Databricks and Azure status pages - they may show if outage is in progress.

Alex Ott
  • 80,552
  • 8
  • 87
  • 132