March 2026 · .NET 8+ · GitHub Copilot SDK (Technical Preview) What if you could get the full agentic power of GitHub Copilot — tool calling, multi-turn sessions, streaming, automatic context compaction — but run it on your own infrastructure, with your own models, and no GitHub dependency at runtime? That's exactly what the GitHub Copilot SDK enables through its BYOK… Continue reading Building AI Agents on Azure Container Apps with the GitHub Copilot SDK and Your Own Foundry Models
Category: AI Foundry
Building Backstage AI Chat Plugin with Azure AI Foundry Agents
This post shows how to add an AI assistant plugin to Backstage that lets internal developers chat with their own domain data using Azure AI Foundry Agents. We cover agent concepts, minimal API usage, plugin structure (frontend + lightweight backend proxy), security (secrets & identity), and deployment guidance. 1. Why an AI Chat Plugin in… Continue reading Building Backstage AI Chat Plugin with Azure AI Foundry Agents