Azure OpenAI service is being used to create more interactive & intelligent chatbots. A key use case is being able to have the OpenAI service
How to run an ASP.NET Core web app in Docker Compose and use a local development certificate for SSL
When running an ASP.NET Core web app through Visual Studio, an SSL certificate is managed for you so you can use HTTPS to navigate to
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