How to use an Azure Compute Gallery to Manage Your AVD Images

How to use an Azure Compute Gallery to Manage Your AVD Images

Background

In the first article we built an Azure Virtual Desktop lab that consisted of cloud only infrastructure. We deployed Storage accounts ready for FSLogix profile containers and we created an instance of Azure Active Directory Services (AADDS) so we can use domain join/NTFS and other benefits we would get if we had synced an on premise domain via AD Connect.

We then deployed a host pool with a session host via the "create a host pool" wizard

If you missed that article or need a reference of what's been deployed or a refresher you can check the link out below!

switchitup.tech/setting-up-an-azure-virtual..

Introduction

Lets first look a bit more in depth at what an Azure Compute gallery can do for us.

If you have a large number of images that you need to maintain and would like to make them available throughout your company, you can use an Azure Compute Gallery as a repository.

When you use a gallery to store images, multiple resource types are created:

image gallery definitions.png

The next image shows us how an Azure Compute Shared Image Gallery can help us breakdown multiple image definitions with versioning control these can then be applied to multiple regions or a single region. or even to individual departments where the images are tailored for the apps they require.

image.png

Information Courtesy of Microsoft Learn, check the following link for more in-depth information:
learn.microsoft.com/en-us/azure/virtual-mac..

Creating an Azure Compute Gallery

Find the service by searching for "Azure Compute Gallery" in the Azure Portal Search, when you click on the service, you will be greeted with an empty screen if you don't currently have one configured, we are going to click on "Create Azure compute Gallery" Button.

Azure compute Gallery create.png

create compute gallery 1.png

Leave Access Control as default:

create compute gallery 2.png

Review and Create.

Create an Image Definition

The image definition tells us information regarding the Image, it's purpose and recommended deployment parameters all is informational only and has no bearing on the VM you can create.

create image definition 2.png

The version I have based on the date and the source Image is my AVD2 Gold Image. I'm not interested in replicating as I'm only using one region in my AVD and it's just for lab purposes.

create image definition 3.png

create image definition 4.png

Once deployment is completed navigate back to your Compute Gallery to see your created definition:

validate definition.png

If you drill down further, you can see the version and its provisioning state. When this state is "Succeeded" you can create a VM from this Image version using the link on the right-hand side.

vm versioning in definition.png

On the left navigation if you go into "VM image version" you can see the Image this is based on, my AVD2 Gold Image. Here you can also add a version which I'm going to do next. Now i'm going to be lazy at this part and "pretend" I have edited and patched my Gold Image (AVD2). I am going to run the same Image through but create it as a new version.

Adding a new Image version

image version information.png

new image version creation.png

I don't want to replicate this to any other regions and as I'm only running a lab 1 replica is fine. It is recommended you have at least 3 replicas on your latest working image and 1 on older images to save storage costs.

new image version 2.png

New image Version 3.png

Finish by review and creating your new version. head back into your Azure Compute gallery and click on your Image Definition, you should see your second version in a provisioning state.

new image validation.png

Deploying from a Shared Image Gallery

My previous article explained how to deploy a session host from a gold image. this time we will deploy from our compute gallery:

Navigate to your Hostpool in Azure virtual Desktop and select "session hosts" Enable Maintenance Mode on your existing Session Host. Then we are going to Add a New session Host:

add session host.png

add session host 2.png

We want to select an image on this page:

add session host 3.png

Here we can select from our shared images within an Azure Compute Gallery. You will see our image definition we have created. Once we select this notice we can see the current version (17.11.2022)

slect an image.png

select image version check.png

Continue to build out your new session host like we did in the previous article. Run validation and testing before removing the old session host.

Summary

Congratulations! We have now learned to deploy session hosts via a generalized image (non-shared) and also deploy an image from a shared compute gallery. We have also learned how we can use a Compute gallery to manage and control our images through image definitions, create versioning and replicate images to other Regions if required.

Did you find this article valuable?

Support Ash Roberts by becoming a sponsor. Any amount is appreciated!