hyper-v Azure FreeBSD 13.1

Hello

Could be that I am at the completely wrong place, if so, I'm sorry.
I am not sure where to report this bug, plus I'm wondering if anyone else is hitting this.

I tried to deploy (multiple times) the Azure Marketplace FreeBSD 13.1, and I'm always running into a failed deployment. It basically fails with the error message:
Code:
{"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see [URL]https://aka.ms/DeployOperations[/URL] for usage details.","details":[{"code":"OSProvisioningTimedOut","message":"OS Provisioning for VM 'name' did not finish in the allotted time. The VM may still finish provisioning successfully. Please check provisioning state later. For details on how to check current provisioning state of Windows VMs, refer to [URL]https://aka.ms/WindowsVMLifecycle[/URL] and Linux VMs, refer to [URL]https://aka.ms/LinuxVMLifecycle[/URL]."}]}

Has anyone successfully deployed the Marketplace image?

Regards
 
Last edited by a moderator:
Yes, I was able to deploy 13.1 from FreeBSD foundation (EU/west). Upon first boot VM does the auto update (freebsd-update fetch install) which can take some time. Azure is waiting for its tools and deployment could potentially see this as a failure if it takes too long.

For completeness image includes the following lines in the /etc/rc.conf
Code:
firstboot_freebsd_update_enable="YES"
firstboot_pkgs_enable="YES"
that are responsible for that auto update.
 
Back
Top