Azure to build linux VMs and export as .ova

Jmurch 0 Reputation points
2023-03-15T23:06:26.37+00:00

I am trying to find a solution where I don't have to sling huge images all over. I need to build and maintain 14 images for a client. This will require building them, patching etc and then exporting them for VSxi 6.5 (currently I do .ova) so that the client can download then and use them internally. Since Azure is already a part of their infrastructure doing it here if possible will make this a much more seamless procedure.

TIA, Jeff

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,021 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Tech-Hyd-1989 5,816 Reputation points
    2023-03-16T09:44:36.8166667+00:00

    Hi @Jmurch

    Azure VM Image Builder is a fully managed Azure service that can help you build and maintain virtual machine images. You can use it to specify a source image, a customization to perform, and where the new image is to be distributed. You can also connect it to your existing virtual networks, so that you can communicate with existing configuration servers, such as DSC (desired state configuration pull server), Chef, and Puppet, file shares, or any other routable servers and services. Additionally, you can use Azure Compute Gallery to share your VM images.

    You can find more information about Azure VM Image Builder and Azure Compute Gallery in the following links:

    Please don’t forget to Accept Answer and Yes for "was this answer helpful" wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.