Use Custom Image Template scripts in Nerdio to customize your AVD image

Use Custom Image Template scripts in Nerdio to customize your AVD image

Hi everyone, Welcome to another blogpost about AVD in combination with Nerdio. In this blog post I’ll take a look at a new and very easy way to customise your AVD images in Nerdio. If you have already worked with Nerdio you will know the scripted actions feature.  This will allow you to execute Azure…

Azure Spring Clean 2023: Configure Microsoft Defender For Cloud Continuous Export for an Azure Virtual Desktop Subscription with Terraform

Azure Spring Clean 2023: Configure Microsoft Defender For Cloud Continuous Export for an Azure Virtual Desktop Subscription with Terraform

Hi there, Welcome to my contribution for this year’s Azure Spring Clean 2023. It’s a community event taking place from march 13 until march 17th. For more info check the website here. Security is a very important part of your journey to and in Azure. If anything happens in your environment you need to be…

Add a new session host to an existing host pool the easy way with Terraform

Add a new session host to an existing host pool the easy way with Terraform

In my last couple of blog posts about deploying an AVD host pool and session hosts I always deploy all the resources in one deployment. Till now Terraform couldn’t load the host pool in your main.tf file other then with an import command. Recently I got a question from a community member if I had…

Deploy the Azure Virtual Network Manager (Preview) with Terraform

Deploy the Azure Virtual Network Manager (Preview) with Terraform

Azure Virtual Network Manager is a feature that is currently in public preview. It enables you to view your entire network design in a single pane of glass. You can manage and create network topologies across al your subscriptions using this feature. If you want to learn more about this feature go here In this…

Configure a P2S VPN connection to your Azure Virtual Desktop Environment using Terraform

Configure a P2S VPN connection to your Azure Virtual Desktop Environment using Terraform

So you have an Azure Virtual Desktop environment and you need to check something on a session host. These machines don’t have a public ip address so you need a way of connecting to it on the private ip address. You can use Azure Bastion and connect through the Azure portal or with the native…