Azure Functions have many input bindings built-in (HTTP, Service Bus, etc.). It is common to have a message on the Azure Service Bus be a
Author: Jordan
My GitHub repo demonstrates how to deploy a Logic Apps (Standard) project with Bicep & Azure DevOps. The repo shows how to deploy a Logic
Kubernetes makes it easy to spin up containers at will. In addition, it is relatively easy to query Kubernetes itself (using kubectl) to find out
A customer recently asked me how to set up authorization so they could authorize a service principal calling their API using AzureAD groups. Here is
Kubernetes lets you mount secrets as a file inside your pod. By default, this file name will be the same as the secret. However, a
How to retrieve the trigger URL for an Azure Logic App programmatically via a service principal
A customer asked me how to get the trigger URL (including SAS token) that is displayed in the Azure portal programmatically via a service principal.
The Azure Key Vault Provider for Secrets Store CSI Driver allows code running on pods in AKS to pull secrets from an Azure Key Vault.
Dapr now has an official AKS extension with support for native Dapr configuration through command-line arguments via the Azure CLI. The existing docs only show
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
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