The Microsoft 365 Copilot Meeting AI Insights API exposes `callAiInsight` — a resource that went generally available in December 2025 and delivers three data types (AI-generated meeting notes, action items with a named owner, and caller-specific mention events) through a mandatory two-call retrieval pattern that most documentation and community content does not describe correctly. The list call returns only five metadata fields; the get call returns the actual content — and the integration gaps this creates, from the `ownerDisplayName` plain-string issue to the Global-service-only constraint, are what make this API non-trivial to ship.
AI Development
Microsoft 365 Copilot Chat API: Work IQ (GA) vs Graph Beta — Which One to Build Against
As of August 2026, calling Microsoft 365 Copilot programmatically means choosing between two distinct implementations — the Work IQ Chat API (general availability, one permission, Copilot Credits billing) and the Graph beta Chat API (preview, seven required delegated scopes, flat M365 Copilot license) — and that choice shapes your authentication architecture, your enterprise admin consent conversation, and your billing model before you write a line of code. This post covers the complete request and response shape for both paths, the permission and billing models that cannot be swapped at go-live, and the five things neither implementation can do regardless of which path you choose.
Mastering Hybrid AI Workflows: Connecting Foundry Local with Azure AI Foundry Cloud
Discover how to build hybrid AI workflows using Azure Foundry Local and Azure AI Foundry Cloud, enabling seamless collaboration between local and cloud-based large language models. This guide walks you through the full setup, configuration, and routing process—based on Microsoft’s official documentation—to help you create scalable, secure, and privacy-focused AI applications. Learn how to synchronize inference workloads, manage model endpoints, and implement hybrid runtime patterns for real-world enterprise scenarios.