Showing items from Azure

Configure autoscaling for personal AVD host pools automated

Autoscaling for pooled AVD host pools is GA for a while now. Since 18 July 2023 a new autoscale mechanism became in Public Preview for AVD personal host pools. Currently it is only supported to configure autoscale for personal host pools by using the portal. There are no API’s or PowerShell modules available (yet) to automate the creation or mutating personal scaling plans or schedules.

Continue Reading

Schedule image update Azure Virtual Desktop host pool

Recently Microsoft announced a new feature called AVD hostpool image update. In this blog, I explain how to configure this new feature in an automated way.

Table Of Contents

Why use a (golden) image?

First, let’s talk about images. Because why should you use an image. Well, I could be short in that, you don’t want trouble. Often I see AVD environments without the back of the Azure Compute Gallery or managed images. If I ask why not using images, I got answers like there are just a few hosts, it is a cost thing, or too complex.

Continue Reading

Move from WordPress to Azure Static Web App with Hugo and GitHub

We all know WordPress. It is a good platform for running websites with almost every purpose. Since the start of this blog, I also used WordPress. It has a lot of templates and plug-ins available. For me running this blog on WordPress was good enough. Now a few years later it became more a frustration than a pleasure to keep my website up and running. In this blog, I explain why and how I changed my website into a static webpage.

Continue Reading

The DevOps Project Clone a pipeline from a source project automated

In this 4th slice of Prepare Azure DevOps for AVD deployment series, I will show how to copy or clone an existing YAML pipeline automated from a source project into a new AVD project. This will help you keep one main pipeline as a source and will allow you to create a “linked” pipeline into a new project directly from the source.

Continue Reading