How to monitor Windows Service in Azure VM
The requirement is to track a Windows Service running on a Virtual Machine on Azure. When the service was stopped (or crashed), generate an alert to the support…
The requirement is to track a Windows Service running on a Virtual Machine on Azure. When the service was stopped (or crashed), generate an alert to the support…
Recently I had a requirement to expose an AAD protected Azure Function via an Azure API Gateway. The caveat was the function was to be exposed via a header key…
Once you have protected an Azure Function using AAD (Azure Active Directory) , these instructions allow you to securely call it from a React application (or any…
The following steps describe how to protect an Azure Function with AAD (Azure Active Directory). Step 1: Add identity provider Navigate to your Azure Function a…
Once you have protected an Azure Function using AAD (Azure Active Directory) , these instructions allow you to securely call it from another process (e.g. Conso…
I had a recent requirement to use dynamic variable groups in an Azure Pipeline. It was a React app that was dependant on environment variables for the build pro…
During the migration of this site from Jekyll to Gatsby and swapping the hosting to the newly announced Azure Static Sites, I was left with some URLs that requi…