Azure OpenAI service is being used to create more interactive & intelligent chatbots. A key use case is being able to have the OpenAI service
Category: Cloud Solution Architect
I have started using the Azure Developer CLI to standardize & simplify my deployments to Azure (both Infrastructure as Code deployment & application deployment). I
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.