This week I had the pleasure of presenting at the EUC Forum Meeting, which was hosted in Manchester. Alongside my friend and fellow MVP Jon Jarvis, we presented the session “Unleashing the Power of Code-Driven Virtual Desktop Deployments for AVD & Windows 365“. Click here to find out more about the awesome EUC Forum! This session focused on the tooling required […]
Continue Reading →Category: Packer
Azure Lab Services – Azure Compute Gallery Integration, and Custom Images using Packer
As a follow on from my last post, I wanted to explore using Packer to create images for Azure Lab Services in more detail. Specifically, how images created using Packer could be imported into Azure Lab Services. If you’re new to Azure Lab Services, I’d recommend reading my previous post on it. Why use Packer with Azure Lab Services? This […]
Continue Reading →Cloud Chat Monthly – March 2023 Writeup
On Friday last week Jon Jarvis and myself hosted our first Cloud Chat Monthly Session. As this was our first session, we started off with an introduction to Cloud Chat Monthly, talked about our goals and objectives, and then went into our first technical session – “Unleashing the Power of Code-Driven Virtual Desktop Deployments: AVD & Windows 365“. Upcoming April […]
Continue Reading →Using Packer to create Azure Machine Images
Using a programmatic approach to creating images is a great way to ensure consistency and standardise your approach. By using a tool like Packer, we can do this reliably, and integrate the build process into existing DevOps Pipelines and deployments. At the current time, there are two Packer Azure Builders; azure-arm and azure-chroot – for this post, we will use […]
Continue Reading →Azure DevOps – using Packer to create images
Recently I’ve been using Packer to create images for use with Citrix Cloud and Windows Virtual Desktop, and building this into a DevOps Pipeline, to automate creation of images based on a JSON template. Within Azure DevOps this is a really simple process – and great for creating VM images within your Pipelines, or for Lab/Testing environments too. I use […]
Continue Reading →