Normally, you can attach the Visual Studio debugger directly to an Azure App Service to debug your web app (similar to what you would do
I was recently trying to migrate some PowerShell scripts to run in Azure Functions. These scripts needed to call both the Microsoft Graph API &
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
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