Microsoft
Developer Blogs
Get the latest information, insights, and news from Microsoft.
Highlights

Python support for the Microsoft Teams SDK is now generally available
Python developers can now build Teams-native apps and agents using the same SDK surface that powers modern Teams experiences across our TypeScript and .NET stacks
Read moreClick to read more about this postHow do I inform Windows that I'm writing a binary file?
You don't. All files are binary at the file system level.
Read moreClick to read more about this postSQL MCP Server as an App Service
Run SQL MCP Server on Azure App Service without containers. This walkthrough uses Data API builder to configure authentication, expose MCP, REST, and GraphQL endpoints, and deploy as code.
Read moreClick to read more about this postLatest posts

May 8, 2026
Post comments count0
Post likes count2
Generate Embeddings Function and External Model Object Support Are Now Generally Available in Azure SQL

We are excited to announce the General Availability (GA) of AI_GENERATE_EMBEDDINGS and CREATE EXTERNAL MODEL in Azure SQL Database and Azure SQL Managed Instance.
These two T-SQL features — CREATE EXTERNAL MODEL and AI_GENERATE_EMBEDDINGS — work together as a single,...
Azure SQL Dev Corner

May 8, 2026
Post comments count0
Post likes count0
Announcing the public preview of the Microsoft 365 Copilot Agent Evaluations tool
Barry,
Sai
The Microsoft 365 Copilot Agent Evaluations tool helps developers measure and improve the quality of agents they build for Microsoft 365 Copilot.
Microsoft 365 Developer Blog

May 8, 2026
Post comments count0
Post likes count0
Go 1.26.3-1 and 1.25.10-1 Microsoft builds now available

A new release of the Microsoft build of Go including security fixes is now available for download.
Microsoft for Go Developers

May 8, 2026
Post comments count1
Post likes count1
Developing more confidence when tracking renames via ReadDirectoryChangesW

You can track the file ID.
The Old New Thing

May 7, 2026
Post comments count0
Post likes count0
A Tour of Handoff Orchestration Pattern

A Tour of the Handoff Orchestration Pattern
Most multi-agent systems start out simple: a router agent receives a user request, picks the right specialist, and forwards the conversation. As long as each specialist can complete its task in one pass, that model works fine.
The first...
Microsoft Agent Framework

May 7, 2026
Post comments count0
Post likes count0
Project-Specific Build Optimizations with GitHub Copilot

We are excited to announce that GitHub Copilot build performance for Windows now supports project-specific builds! Available in the latest Visual Studio Insiders, you can target a single MSBuild project or CMake target instead of analyzing your entire solution. For game developers and...
C++ Team Blog

May 7, 2026
Post comments count0
Post likes count0
What's New in vcpkg (Apr 2026)

These updates include improved locking for parallel builds, cross-platform PE dependency analysis, manifest support for the depend-info command, and other improvements and bug fixes.
C++ Team Blog

May 7, 2026
Post comments count0
Post likes count0
Announcing general availability of the mailbox import and export Microsoft Graph APIs
The mailbox import and export APIs on Microsoft Graph are now generally available.
Microsoft 365 Developer Blog

May 7, 2026
Post comments count0
Post likes count2
Least privilege AI agents: A new azd template from Curity and Microsoft

If you ever built an AI agent demo, you probably had this moment. Everything works: the agent interprets natural language, calls the right tools, and returns the right data. Then you start designing for the real users of the app. You think about data boundaries: what if someone tries to...
Azure SDK Blog

May 7, 2026
Post comments count0
Post likes count0
Copilot Studio gets faster with .NET 10 on WebAssembly

Microsoft Copilot Studio recently upgraded its .NET WebAssembly engine to .NET 10. The migration was straightforward, simplified deployment, and delivered another round of meaningful performance gains for end users.
.NET Blog

May 7, 2026
Post comments count0
Post likes count1
What's New in Aspire 13.3

Aspire 13.3 is here with the Aspireify skill, command results, browser logs, Kubernetes and AKS deployment, and more.
Aspire Blog
May 7, 2026
Post comments count0
Post likes count0
Scalable AI with Azure Cosmos DB: Bringing Generative AI to Enterprise Scale with Super Insight by AVASOFT

Azure Cosmos DB enables scalable AI-driven document processing, addressing one of the biggest barriers to operational scale in today’s enterprise AI landscape. Organizations continue to manage massive volumes of structured and unstructured content—contracts, regulatory filings,...
Azure Cosmos DB Blog

May 7, 2026
Post comments count1
Post likes count3
When you upgrade your resource strings to Unicode, don't forget to specify the L prefix

Otherwise, it'll get mapped back down to the 8-bit code page.
The Old New Thing

May 7, 2026
Post likes count1
SQL query generation from natural language
Evaluating AI agents for NL-to-SQL generation across Azure Databricks AI/BI Genie, GitHub Copilot CLI, and Microsoft Agent Framework. We achieved ~75% accuracy with schema documentation and runtime validation, while discovering that business logic errors represent a fundamental limitation requiring domain expertise.
ISE Developer Blog

May 6, 2026
Post likes count0
Visual Studio Code 1.119

Learn what's new in Visual Studio Code 1.119
Read the full article
VS Code Blog

May 6, 2026
Post comments count0
Post likes count1
From Local to Production: Deploy Your Microsoft Agent Framework Agent with Foundry Hosted Agents
Tao,
Shawn
Once you have your Microsoft Agent Framework (MAF) agent or workflow happily running locally on your dev machine, it's time to decide how to deploy your agent to production, monitor it, evaluate it and version it. These decisions are just as important as getting the agent running. Hosted...
Microsoft Agent Framework
May 6, 2026
Post comments count0
Post likes count6
Durable Workflows in the Microsoft Agent Framework

Build durable AI agent workflows with the Microsoft Agent Framework. Start with in-process console apps, add durability with the Durable Task runtime, scale with parallel AI agents, and host on Azure Functions for serverless execution.
.NET Blog

May 6, 2026
Post comments count0
Post likes count0
GitHub Copilot Modernize 101 is live on the Microsoft Developer Channel

Modernization used to be something you avoided until you couldn’t anymore.
A big rewrite. A long migration plan. A risky cutover. Something you’d maybe do once every few years—if you had to.
That model doesn’t work anymore.
The ask has changed. It’s not just “move to the...
Microsoft for Java Developers