A hands-on walkthrough of the Azure Functions serverless agents runtime (public preview, announced at Microsoft Build 2026). We build a tiny "Cloud Study Buddy" agent, deploy it to a real Azure subscription with azd, and test it end to end — documenting every command, every gotcha, and every fix along the way. What was announced, and why it matters… Continue reading Building a Serverless AI Agent on Azure Functions – with Nothing but a Markdown File
Tag: Azure AI Search
Enhance GitHub Copilot with RAG in VS Code – Part 3
This is a third part of a series of posts where I am writing my learning building a GitHub Copilot extension, RAG, using your own model etc. - First part here- Second part here Introduction Demo Extension in Marketplace As AI continues to revolutionize software development, GitHub Copilot has emerged as a powerful coding assistant.… Continue reading Enhance GitHub Copilot with RAG in VS Code – Part 3