As a follow up to my previous post, let’s write an equivalent “loop” in Azure DevOps using the same “matrix” strategy. In this example, I
Here is the link to the blog post where this is referenced and here is the link to the GitHub repo. React is a Single
In the previous post, I detailed how the demo app runs. In this post, let’s talk about some of the techniques & technologies I used
In the previous post, we talked about the implementation details of how the demo app works & how to set up Semantic Kernel, with the
In the previous post, we discussed how the RAG pattern isn’t enough to answer complex user questions. We talked about using Semantic Kernel to orchestrate
As discussed in the previous post about Azure OpenAI, using the Retrieval Augmented Generation (RAG) pattern is a simple & effective way to enable Azure
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