I have been learning Azure Open AI recently and thought of building a Copilot for Azure DevOps as a proof-of-concept. I have used the Retrieval-Augmented Generation (RAG) as described in this article. It was a fun exercise to build it and learn quite a bit about Generative AI models, embedding etc. The video shows a… Continue reading Infusing Azure Open AI into a Copilot for Azure DevOps
Month: July 2023
Email and SMS with Azure Communication Service: Step-by-Step
Introduction Azure Communication Service is a powerful cloud-based platform offered by Microsoft that enables developers to integrate real-time communication features like SMS, voice, and email into their applications. With Azure Communication Service, developers can easily send emails and SMS to end users in a unified and seamless way, reducing the complexity of managing multiple communication… Continue reading Email and SMS with Azure Communication Service: Step-by-Step
Secure API with API Management, network integrated Container Apps
Introduction In today's digital landscape, APIs play a crucial role in connecting applications and enabling seamless interactions. However, with the increasing importance of APIs, ensuring their security becomes paramount. In this blog post, we'll explore how to create a secure API using .net and hosted on Azure Container Apps, expose them via Azure API Management… Continue reading Secure API with API Management, network integrated Container Apps