I had to get some data out of a large Azure environment yesterday. What I needed was a quick way to get all machines of a certain size. Typically, I would have used Azure Powershell or Azure CLI to get this done. Create a loop over all resource groups, get all the resources in the […]
Category: Management
Tag resources created by a Databricks cluster
A lot of organizations rely on tags for organizing Azure resources. Tags are useful to contain metadata about owners, environment, function and are also very useful to keep track of costs. When you create an Azure Databricks cluster, the service will create a managed resource group on your behalf. This managed resource group has a […]
Custom metrics in Azure monitor
I had a conversation today about custom metrics in Azure. I have worked with customers in the past that have streamed custom metrics into Azure Log Analytics to process them. This was a case where a customer had done more research than me, and had discovered that it’s possible to send custom metrics into Azure […]
Creating nested VM using KVM on Azure
I am working with a customer that has the use case of running nested virtual machines on Azure. They’re using KVM and QEMU today, and I wanted to prove out that it is possible to run VMs using KVM and QEMU on Azure. KVM is a technology that allows you to run full virtual machines […]
Setting up Windows Virtual Desktop in Availability Zones
If you followed along with my writing, you might have noticed I’ve working with Windows Virtual Desktop (WVD) a little. You can read more about setting up WVD, setting up the management tool or how to setup FSLogix. By default, the WVD template deploys the session hosts in an availability set. This will spread the […]