Posts tagged as #azure
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…
How to call AAD protected function via Azure API Gateway
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…
How to call an AAD protected Azure Function from React
Once you have protected an Azure Function using AAD (Azure Active Directory) , these instructions allow you to securely call it from a…
How to protect an Azure Function with AAD
The following steps describe how to protect an Azure Function with AAD (Azure Active Directory). Step 1: Add identity provider Navigate to…
How to call an AAD protected Azure Function
Once you have protected an Azure Function using AAD (Azure Active Directory) , these instructions allow you to securely call it from…
How to use Dynamic Variable Groups in Azure Pipelines
I had a recent requirement to use dynamic variable groups in an Azure Pipeline. It was a React app that was dependant on environment…
Adding 301, 404 redirects in Azure Static Sites
During the migration of this site from Jekyll to Gatsby and swapping the hosting to the newly announced Azure Static Sites , I was left…