I was recently working with a customer who needed to make mass changes to Azure disks (we’re talking couple 100 disks). The disks were part of a demo environment that was very infrequently used, but when it was used it needed to perform well. When the demo was spun up, the disks needed to be […]
Tag: resource graph
Using Azure Resource Graph to optimize your scripts
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 […]