A very common requirement is to change secrets regularly (such as on a schedule or if they are exposed). Azure AD app registrations can have
Category: Cloud Solution Architect
Azure provides a large number of role-based access control (RBAC) roles to provide fine-grained access to both Azure & Azure AD. It is best practice
My GitHub repo shows how to write an Azure Function that responds to a NewBlobCreated event from Azure Blob Storage, decodes an encoded field in the file and writes the
My GitHub repo shows you how to write & deploy an Arc-enabled Logic App to an Arc-enabled Kubernetes cluster. An Arc-enabled Kubernetes cluster is any Cloud
How to expose a legacy API (with a legacy authentication system) using Azure API Management policies
My GitHub repo shows you how to call a custom “token” API endpoint programmatically as part of an Azure API Management policy for a different operation. In
This repo shows you how to build an ASP.NET Core & Java Spring application and access Azure Data Lake Store (ADLS). The code shows you
My GitHub repo shows how to retrieve secrets stored in an Azure Key Vault using a .NET Framework & .NET Core application. It demonstrates both
In order to deploy my Azure Function code to an Azure Function deployed inside a vNet (using private endpoints), I needed to connect my local
My GitHub repo shows how to set up a blue-green deployment environment for services hosted in a vNet & front-ended by Azure API Management(APIM). In this
How to use Azure API Management Policies to log the calling client Azure AD application
My GitHub repo shows you how to build a simple web app that has a user interactively sign-in and then call an API protected via