Rahul Pulikkot Nath

Enable History for Azure DevOps Variable Groups Using Azure Key Vault Members Public

Using Key Vault via Variable Group does not snapshot configuration values from the vault. When a deployment is triggered the latest value from the Key Vault is used. A couple of weeks back, I accidentally deleted an Azure DevOps Variable Group at work, and it sucked out half of my

Rahul Pulikkot Nath
Rahul Pulikkot Nath
DevOps

Handling Too Many Request Error with Auth0 Using Polly Members Public

When interacting with third-party services over the network, it is good to have a fault handling and resilience strategy in place.  Some libraries have built-in capabilities while for others you might have to roll your own. Below is a piece of code that I came across at one of my

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

Azure AD: Restrict Application Access To Users Belonging To A Group Members Public

For one of the web application I was working on, access was to be restricted based on user belonging to a particular Azure AD Group. The application as such did not have any Role Based Functionality. It feels an overhead to set up the Role Based Access when all we

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

How to Authenticate and Authorize Azure Function with Azure Web App Using Managed Service Identity (MSI) Members Public

Azure Functions are getting popular, and I start seeing them more at clients. One typical scenario I come across is to authenticate an Azure Function with an Azure Web API. Every time something like this comes up, it means more Azure AD applications, which in turn means more secrets/certificates

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure

How To Take iOS App Store Screenshots Using Google Chrome For Cordova Applications Members Public

Using Chrome Browser to take screenshots in all resolutions as required by the App Stores.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

Code Signing MSI Installer and DLLs in Azure DevOps Members Public

Code Sign using Microsoft SignTool in Azure Devops build pipeline.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
DevOps

Setting Up Dual 4K Monitors - Dell P2715Q and Dell U2718Q Members Public

Setting up two 4k monitors for home office.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Productivity

Custom Authorization Policy Providers in .Net Core For Checking Multiple Azure AD Security Groups Members Public

Extending Azure AD Groups Role based access to support combinations of multiple groups to grant access.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Azure