Microsoft
Developer Blogs

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

Highlights

Azure Hosting Model for AI Agents diagram

One-click security scanning and org-wide alert triage come to Advanced Security

We're shipping two major capabilities that change how security teams enable and act on application security in Azure DevOps: CodeQL default setup makes it possible to enable code scanning across your organization without configuring a single pipeline, and a new combined alerts experience...
Read moreClick to read more about this post

DevOps Playbook for the Agentic Era

Practices, Principles, and Strategic Direction Software delivery has entered a new phase. AI agents are no longer confined to autocomplete suggestions in the editor. They are opening pull requests, generating code across multiple files, proposing infrastructure changes, responding to...
Read moreClick to read more about this post

Latest posts

BERJAYA
Apr 22, 2026
Post comments count0
Post likes count0

Take the 2026 ISO C++ Developer Survey!

BERJAYA
Augustin Popa
The 2026 ISO C++ developer survey is now open: 2026 Annual C++ Developer Survey "Lite" : Standard C++ It takes about 10 minutes and directly informs the standardization committee and tooling vendors so the C++ ecosystem can continue evolving the right way. Please share your feedback...
C++ Team Blog
BERJAYA
Apr 22, 2026
Post comments count0
Post likes count0

C++ Code Intelligence for GitHub Copilot CLI (Preview)

BERJAYA
Erika Sweet
We recently brought C++ code understanding tools to GitHub Copilot in Visual Studio and VS Code. These tools provide precise, semantic understanding of your C++ code to GitHub Copilot using the same IntelliSense engine that powers code navigation in the IDE. Until now, these capabilities...
C++ Team Blog
BERJAYA
Apr 22, 2026
Post comments count0
Post likes count1

Write azd hooks in Python, JavaScript, TypeScript, or .NET

BERJAYA
Kristen Womack
Hooks are one of the most popular features in azd, and now you can write them in Python, JavaScript, TypeScript, or .NET, not just Bash and PowerShell. What's new? The Azure Developer CLI (azd) hook system now supports four more languages beyond Bash and PowerShell. You can write hook...
Azure SDK Blog
BERJAYA
Apr 22, 2026
Post comments count0
Post likes count0

7 tips to optimize Azure Cosmos DB costs for AI and agentic workloads

BERJAYA
Michal Toiba
AI apps and agentic workloads expose inefficiencies in your data layer faster than any previous generation of apps. You’re storing embeddings, serving low-latency retrieval, handling bursty traffic from chat and orchestration, and often operating across regions. Done right, Azure Cosmos...
Azure Cosmos DB Blog
BERJAYA
Apr 22, 2026
Post comments count0
Post likes count0

Introducing Toolboxes in Foundry

BERJAYABERJAYABERJAYA
Linda,
Maria,
Ronak
Available in Public Preview Today   Toolbox is a new way to curate, configure, and reuse tools across all of your AI agents without rewiring them every time from Foundry.  Today, teams build agents across different frameworks and runtimes. Each agent often wires tools directly,...
Microsoft Foundry Blog
BERJAYA
Apr 22, 2026
Post comments count0
Post likes count2

From Local to Production: The Complete Developer Journey for Building, Composing, and Deploying AI Agents

BERJAYABERJAYA
Takuto,
jeffhollan
When we launched Microsoft Agent Framework last October, we made a promise: building production-grade AI agents should feel as natural and structured as building any other software. Today, we’re delivering on that promise — with the v1.0 release of Microsoft Agent Framework and the...
Microsoft Foundry Blog
BERJAYA
Apr 22, 2026
Post comments count1
Post likes count3

Introducing the new hosted agents in Foundry Agent Service: secure, scalable compute built for agents

BERJAYABERJAYABERJAYA
Takuto,
jeffhollan,
Lakshmi
Agents are already transforming how developers solve problems. Whether it's a coding agent that refactors your repo overnight, a research agent that synthesizes hundreds of documents into a brief, or an ops agent that monitors and remediates infrastructure — the pattern is clear....
Microsoft Foundry Blog
BERJAYA
Apr 22, 2026
Post comments count0
Post likes count0

Optimizing Git policy management at scale

BERJAYA
Azat Galiev
With just a single improvement in the REST API of Azure DevOps, we achieved a massive reduction in CPU usage and execution time when managing Git policies: 2x less CPU and 10-15x faster execution! This change is already available to all users of Azure DevOps, and it's time to share a bit...
Azure DevOps Blog
BERJAYA
Apr 22, 2026
Post comments count0
Post likes count2

Securing MCP: A Control Plane for Agent Tool Execution

BERJAYA
Jack Batzner
The Model Context Protocol (MCP) is quickly becoming a common way for AI agents to discover and use tools. It provides a consistent interface to databases, APIs, file systems, and third-party services, which makes it easier to plug capabilities into agent workflows. However, MCP...
Microsoft for Developers