custom Ubuntu image into Azure

0

I want to upload my custom Ubuntu image(configured with some packages) into Azure. I have a .vmdk which I have converted to .vhd. Can I upload it directly to Azure and use it to spin up new instances? Any links or method will be highly welcome.

Sourav Mishra

Posted 2016-08-18T08:39:34.630

Reputation: 121

Answers

1

Can I upload it directly to Azure and use it to spin up new instances? Any links or method will be highly welcome.

Of course you can. But you need to generalize the VM to remove the unique ID.

For detail information, please follow this article.

If you want to create a VM with this VHD instead of uploading it as a template, then, please follow the guide below:

Create a VM from a specialized VHD disk

Steven Lee - MSFT

Posted 2016-08-18T08:39:34.630

Reputation: 855