June 1, 2023

Code as Code – Managing Azure Automation with Terraform

Introduction Azure Automation is a robust tool that provides administrators with the ability to execute tasks either on Azure or on-premises (through a hybrid worker). If […]
May 27, 2023

Using an Arduino & A 1602 LCD Screen With Polyglot Code To Display Your Next Outlook Meeting

In a prior post I discussed how you can connect a 1602 LCD screen via i2C to an Arduino compliant MCU, with the aid of MQTT […]
March 22, 2023

Azure AD PowerShell to Microsoft Graph PowerShell

Overview: You might have heard about AzureAD PowerShell module deprecation. So, in this article we will summarize the migration between Azure AD PowerShell to Microsoft Graph […]
March 22, 2023

Setting PowerShell Aliases Permanently in Windows Terminal

In this post let’s see how we can set up PowerShell Aliases permanently in Windows Terminal. First, we need to find out the profile we are […]
March 19, 2023

Automating Role Assignment Cleanup in Azure with PowerShell

As an Azure administrator, maintaining a clean and secure environment is crucial. One aspect of keeping Azure organized is managing role assignments. Over time, you might […]
March 13, 2023

Azure Data Factory Global Parameters and Azure Bicep Templates

Few weeks ago, a colleague made me aware of an issue with the Bicep Template I have developed which creates an Azure Data Factory (ADF). After […]
March 11, 2023

Script to Create Azure Purview Integration Runtimes

I needed to create Azure Purview with a Self-Hosted Integration Runtime (SHIR) as part of a Infrastructure as Code (IaC) pipeline. Having previously created Azure Data […]
February 3, 2023

Generating README for Bicep Files

Introduction [PSDocs] (https://github.com/microsoft/PSDocs) is a tool developed by Microsoft’s Bernie White, who is also the creator of my favourite tool PSRules. PSDocs is a PowerShell module […]
December 13, 2022

Create your first Azure Bicep Template

Azure Bicep, a Domain-Specific Language (DSL) was announced in 2020 by Microsoft.  This new project was introduced to help engineers deploy resources in Azure. It is […]