Create an image through the Azure portal with Azure Image Builder

Hi All,

Welcome to a new blog post about AVD and this time in combination with the Azure Image builder. In the past we configure this service through powershell but now the service is available in the Azure portal. For more info about this new feature click here.

In this blog post I’ll walk you through the process of creating the Image Template and start the build of the image.

There are some prerequisites to think about. The feature uses a User Managed Identity and can use your own virtual network. For this it needs to have sufficient access. You can find all the info about this here. https://learn.microsoft.com/en-gb/azure/virtual-machines/linux/image-builder-permissions-cli

To start with this new service go to the Azure portal and search for Image template in the global search bar

Next, click on Create Image template

The first block of information that you need to enter comes up. Here you can choose which image to take from the marketplace and if you want to store it in an Azure Compute Gallery.

The last item to select in the first screen is the Managed identity.

If you didn’t give the managed enough access you will get the below error message.

In the next step you need to select your virtual network. You can also change the vm size that will be used to create the image. To further customize the image you have the option to select some scripts.

After the Validations section you can enter the tags you want use for the image and the last step is to see if you pass the validation.

When the deployment is done you can go to the Image Template and Start the build.

During the build you can hit refresh to see the current state of the image build.

When you see that the build is succeeded you can see the new image version being available in the Azure Compute Gallery.

This concludes this blog post about the new Azure Image Builder feature in the Azure portal. I hope this blog post can help you getting started with this new feature. If you have any questions feel free to reach out.

1 thought on “Create an image through the Azure portal with Azure Image Builder

Leave a Reply

Your email address will not be published. Required fields are marked *