how to import a freebsd azure instance into an offsite bhyve?

From: void <void_at_f-m.fm>
Date: Thu, 23 Feb 2023 14:21:56 UTC
Hello @virtualization

As subject: what's the best method of importing an azure instance
into bhyve?

The only way I can think of, so far, is to log into the instance
then do a dd over ssh of the main partition to the bhyve server.

fstab on the azure instance looks like so:

#
# Device        Mountpoint      FStype  Options Dump    Pass#
/dev/label/rootfs       /               ufs     rw      1       1
/dev/label/swap         none            swap    sw      0       0

Is there a better way?

tia,
--