Rahul Pulikkot Nath

How to Authenticate With Microsoft Graph API Using Managed Service Identity 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"

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

Brisbane To Gold Coast Cycle Challenge, B2GC 2019 Members Public

A short recap of the day - Very well organized event!

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Life

Remote Debugging: Azure Virtual Machines With Visual Studio 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

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

Cycling To Work: What's in My Bag Members Public

The best thing about not being able to remote work is THE COMMUTE

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Life

Fixed: Jaybird Run - Right Earbud Not Charging 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

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Productivity

Exercism: A Great Addition To Your Learning Plan Members Public

“For the things we have to learn before we can do them, we learn by doing them.” - Aristotle

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

Bulk Import CSV Files Into SQL Server Using SQLBulkCopy and CSVHelper 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

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

Variable Snapshotting in Azure DevOps When Using Azure Key Vault 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

Rahul Pulikkot Nath
Rahul Pulikkot Nath
DevOps