1

I was getting error while deploying a Windows VM in Azure. This VM image was created from a custom VHD.

Error:

Provisioning failed. OS provisioning for VM did not finish in the allotted time. The VM may still finish provisioning successfully. Also, make sure the image has been properly prepared (generalized).*...

Provisioning State Error Code: ProvisioningState/failed/OSProvisioningTimedOut

Anybody knows why it's failing?

Rauf
  • 249
  • 1
  • 4
  • 8

1 Answers1

1

That error can have multiple reasons as you can see in the following documentation

https://docs.microsoft.com/en-us/azure/virtual-machines/troubleshooting/error-messages

Besides those reasons, I’ve seen times that you get that error but the VM itself is deployed and works just fine.

Jarnstrom
  • 705
  • 4
  • 9