Microsoft
Developer Blogs

Get the latest information, insights, and news from Microsoft.

Ask versus Agent modes

Build Smarter with the Microsoft 365 Agents Toolkit MCP Server

As AI agents become central to how we build and interact with modern productivity apps, developers need tools that are flexible, standard-based, and deeply integrated with AI. That’s where the Microsoft 365 Agents Toolkit MCP Server comes in.  This is a local Model Context...
Read more

Azure Developer CLI: From Dev to Prod with One Click

This post walks through how to implement a "build once, deploy everywhere" pattern using Azure Developer CLI (azd) that provisions environment-specific infrastructure and promotes applications from dev to prod with the same build artifacts. You'll learn how to use conditional Bicep...
Read more

Latest posts

Image of the title of the blog post
Jul 25, 2025
Post comments count0
Post likes count0

Azure Container Options: Matching Services to Operational Responsibility

Author AvatarAuthor Avatar
Shree,
Priyanka
Customers are looking to modernize their application on cloud and ask us for guidance on which Azure container services to choose. Should you choose A or B container services or A+B container services? Some choose both (A + B) or use A or B approach. Instead of trying to force fit...
All things Azure
governance header image
Jul 25, 2025
Post comments count0
Post likes count1

Scalable Data Governance & Compliance with UDM

Author AvatarAuthor Avatar
Anirudh,
Nitin
Why Data Governance Matters In today’s data-driven world, governance isn’t just a technical requirement—it’s foundational to successful business operations. Good governance ensures data is not only accurate and compliant but also discoverable and usable at scale. At the heart of...
Unified Data Model at Microsoft
Jul 25, 2025
Post comments count0
Post likes count0

Announcing TypeScript 5.9 RC

Author Avatar
Daniel Rosenwasser
Today we are excited to announce the Release Candidate (RC) of TypeScript 5.9! To get started using the Release Candidate, you can get it through npm with the following command: npm install -D typescript@rc Let's take a look at what's new in TypeScript 5.9! Minimal and Updated...
TypeScript
Oldnewthing Banner image
Jul 25, 2025
Post comments count0
Post likes count1

How can I confirm in the Windows debugger that I'm looking at a COMDAT-folded function?

Author Avatar
Raymond Chen
Ask for all the names for an address.
The Old New Thing
Github Copilot and Azure DevOps shaking hands, surrounded by code snippets and test scripts, working on writing automated tests.
Jul 24, 2025
Post comments count0
Post likes count1

From Manual Testing to AI-Generated Automation: Our Azure DevOps MCP + Playwright Success Story

Author Avatar
Igor Najdenovski
In today’s fast-paced software development cycles, manual testing often becomes a significant bottleneck. Our team was facing a growing backlog of test cases that required repetitive manual execution—running the entire test suite every sprint. This consumed valuable time that could be...
Azure DevOps Blog
PowerShell Logo
Jul 24, 2025
Post comments count1
Post likes count0

Announcing Microsoft.PowerShell.PlatyPS 1.0.0

Author AvatarAuthor Avatar
Jason,
Sean
We are pleased to announce the general availability of Microsoft.PowerShell.PlatyPS 1.0.0, a tool to build PowerShell help files.
PowerShell Team
Oldnewthing Banner image
Jul 24, 2025
Post comments count4
Post likes count2

How can I wait until a named object (say a mutex) is created?

Author Avatar
Raymond Chen
You can't, but maybe you can wait for something else.
The Old New Thing
MSSQL v1.34
Jul 23, 2025
Post comments count1
Post likes count0

MSSQL Extension for VS Code: Agent Mode Updates, Colored Connections, and Schema Designer Enhancements

Author Avatar
Carlos Robles
The MSSQL Extension for VS Code keeps getting better—bringing thoughtful updates that make SQL development more conversational, more visual, and more local. In version v1.34.0, we’ve focused this release on deepening GitHub Copilot Agent Mode, improving connection clarity through...
Azure SQL Devs’ Corner
mcp agent 1 image
Jul 23, 2025
Post comments count0
Post likes count3

Can You Build Agent2Agent Communication on MCP? Yes!

Author AvatarAuthor AvatarAuthor Avatar
Victor,
Mike,
Maria
MCP has evolved significantly beyond its original goal of "providing context to LLMs." With recent enhancements including resumable streams, elicitation, sampling, and notifications (progress and resources), MCP now provides a robust foundation for building complex agent-to-agent...
Microsoft for Developers