
How to Authenticate With Microsoft Graph API Using Managed Service Identity Paid Members Public
In an earlier post, we saw how to enable Role-Based Access for .Net Core Web applications. We used hardcoded AD Group Id's in the application as below "AdGroups": [ { "GroupName": "Admin", "GroupId": "119f6fb5-a325-47f9-9889-ae6979e9e120" }, { "GroupName": "Employee"

Brisbane To Gold Coast Cycle Challenge, B2GC 2019 Paid Members Public
A short recap of the day - Very well organized event!

Remote Debugging: Azure Virtual Machines With Visual Studio Paid Members Public
It's not often that you want to debug into applications running on a Virtual Machine, but not to say that it is never required. Recently at one of my clients, I had to debug into an application running on an Azure Virtual machine. I wanted to debug an

Cycling To Work: What's in My Bag Paid Members Public
The best thing about not being able to remote work is THE COMMUTE
Fixed: Jaybird Run - Right Earbud Not Charging Paid Members Public
A few months back, I got a used Jaybird run headphones to listen to music while running. I enjoy running with those, and they are a perfect fit. It has never dropped off during my runs. However, after a couple of weeks, the right earbuds stopped charging. Here are a

Exercism: A Great Addition To Your Learning Plan Paid Members Public
“For the things we have to learn before we can do them, we learn by doing them.” - Aristotle
Bulk Import CSV Files Into SQL Server Using SQLBulkCopy and CSVHelper Paid Members Public
My recent project got me back into some long lost technologies, including Excel sheets, vb scripts, Silverlight, bash scripts, and whatnot. Amongst one of the things was a bash script that imported data from different CSV files to a data store. There were 40-50 different CSV schemas mapped to their

Variable Snapshotting in Azure DevOps When Using Azure Key Vault Paid Members Public
In the previous post, we saw how to Enable History for Azure DevOps Variable Groups Using Azure Key Vault. However, there is one issue with using this approach. Whenever a deployment is triggered, it fetches the latest Secret value from the Key Vault. This behaviour might be desirable or not