Posts

Showing posts from 2022

Bulk pushing to Azure DevOps

We recently needed to push multiple git respositories from one Azure DevOps instance to another. Unfortunately DevOps doesn't provide a native way of doing this so scripting required. This presumes you've already pulled all the repositories to your local machine. See  Cloning all repositories from Azure DevOps using Azure CLI - Simon Wahlin  for a script to do this.

Azure Virtual Desktop with pure Azure AD and Intune built with Terraform

First post in a long time... Too much management and not enough geeking, so on with the joys of building Azure Virtual Desktop in a completely Azure AD setup. First thing to be said is that the Microsoft documentation on all of this sucks. Badly.This post comes from pulling together bits from there, about a dozen different blog posts and bug reports in github. Yes, that painful for what is actually very simple code. I won't bother with a fully working piece of Terraform as if you're reading this you probably already know Terraform and AzureRM enough to not need an example of creating a VNet. On with the show... The Workspace resource "azurerm_virtual_desktop_workspace" "workspace" {   name                 = var . workspace   resource_group_name = azurerm_resource_group . resourcegroup . name   location             = azurerm_resource_group . resourcegroup . location   friendly_name       = " ${ var . prefix } Workspace"   description  

Popular posts from this blog

Avoid Microsoft Intune if you use G-Suite and Android

DFS "Waiting for Initial Replication"

Setting Wallpaper for a Remote Desktop Session