An Azure service that is used to provision Windows and Linux virtual machines.
Hey, I had an issue with a migrated Ubuntu box using Resource mover. The final solution was to update netplan (was on an old and outdated version). Then use the dhclient command to force the NIC to get a new IP address. Anyway, I highly recommend checking your netplan version, and if it's anything older than .9, it's too old and needs to be updated.
I believe it was dhclient -r for release
then netplan apply
Hopefully this helps.
EDIT: I had to use serial console to make these changes, as the box was totally offline. Thanks goodness for that!