Azure

Recursive Azure Roles Report Powershell

Introduction A few days back I was tasked at work with automating some audit information for our new azure environments and in scripting this out I ran into some issues that slowed me down for a few days. Here is how I ended up solving the issue. ** Note: This script is pretty rough but it works great for what I needed. The Problem The task was to export a list of all of the IAM roles that users and groups were assigned to in Azure for our regular reviews.

Azure DevOps Build Agent Automation Part1

Building a secure linux azure managed image with Packer Our first step in building out a secure managed image to use in automating the deployment of Azure DevOps Build Agents is to get packer installed on your machine. Packer is a virtual machine automation platform that allows us to define our virtual machine as code and create consistent virtual machines that are able to be created the same way every time reliably.