
Enable History for Azure DevOps Variable Groups Using Azure Key Vault Paid 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
Handling Too Many Request Error with Auth0 Using Polly Paid 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

Azure AD: Restrict Application Access To Users Belonging To A Group Paid 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

How to Authenticate and Authorize Azure Function with Azure Web App Using Managed Service Identity (MSI) Paid 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

How To Take iOS App Store Screenshots Using Google Chrome For Cordova Applications Paid Members Public
Using Chrome Browser to take screenshots in all resolutions as required by the App Stores.

Code Signing MSI Installer and DLLs in Azure DevOps Paid Members Public
Code Sign using Microsoft SignTool in Azure Devops build pipeline.

Setting Up Dual 4K Monitors - Dell P2715Q and Dell U2718Q Paid Members Public
Setting up two 4k monitors for home office.

Custom Authorization Policy Providers in .Net Core For Checking Multiple Azure AD Security Groups Paid Members Public
Extending Azure AD Groups Role based access to support combinations of multiple groups to grant access.