Microsoft
Developer Blogs

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

Agent Mode image

MSSQL Extension for VS Code: Local Containers, GitHub Copilot Agent Mode and Connection Groups

The MSSQL Extension for VS Code continues to evolve, bringing powerful new features that make SQL development more local, more organized, and more intelligent. In version v1.33.0, we’re introducing Local SQL Server container, GitHub Copilot Agent Mode, and Connection Groups—three...
Read more

Connect Spring AI to Local AI Models with Foundry Local

What is Azure AI Foundry and Foundry Local? Azure AI Foundry is Microsoft's comprehensive platform for enterprise AI development and deployment, enabling organizations to build, customize, and operate AI solutions at scale. It provides tools, services, and infrastructure to develop,...
Read more

Latest posts

Image default devbox
Jun 20, 2025
Post comments count0
Post likes count0

💻 Spring Cleaning for Dev Boxes: Mastering Manual & Automatic Offboarding

Author Avatar
varshaiyer
Let’s face it. Sometimes your Dev Box just… hangs around too long. Whether you’ve moved to a new project, left the company, want to create a new dev box with the latest tools, it's time to clean things up. 🎯 With Dev Box Auto-Deletion now in public preview, offboarding just...
Develop from the cloud
App generation Featured image with white background image
Jun 20, 2025
Post comments count0
Post likes count0

codex-mini: Fast, Scalable Code Generation for the CLI Era

Author AvatarAuthor AvatarAuthor Avatar
Ananya,
Anthony,
Govind
We’re announcing the general availability of Azure OpenAI’s codex-mini in Azure AI Foundry Models.  codex-mini is a fine-tuned version of the o4-mini model, designed to deliver rapid, instruction-following performance for developers working in CLI workflows....
Azure AI Foundry Blog
A computer generated image of a blockchain image
Jun 20, 2025
Post comments count0
Post likes count0

o-series Updates: New o3 pricing and o3-pro in Azure AI Foundry

Author AvatarAuthor Avatar
Sanjeev,
Anthony
Learn about o3-pro, the latest Azure OpenAI reasoning model available in Azure AI Foundry. Get access and start building your applications.
Azure AI Foundry Blog
Oldnewthing Banner image
Jun 20, 2025
Post comments count1
Post likes count3

The case of the invalid handle error when a handle is closed while a thread is waiting on it

Author Avatar
Raymond Chen
You are theorizing one race but experiencing another.
The Old New Thing
Code GIF
Jun 19, 2025
Post comments count0
Post likes count2

Announcing General Availability of GitHub Copilot for Azure—Now with Agent Mode

Author Avatar
Yun Jung Choi
Unlocking a New DevOps Era GitHub Copilot for Azure was first introduced at Ignite 2024 as a public preview, empowering developers, IT operators, and DevOps practitioners to leverage natural language to provision, configure, and manage resources within their own Azure...
All things Azure
Image default devbox
Jun 19, 2025
Post comments count0
Post likes count0

Balance governance and flexibility with Dev Box project policies

Author Avatar
Shikha Khetan
As organizations scale their development efforts, managing access to cloud resources becomes critical. Platform engineers need to strike a balance between enforcing governance and enabling developer agility. At Build 2025, we announced the general availability of project policies in...
Develop from the cloud
Image default devbox
Jun 19, 2025
Post comments count0
Post likes count0

Control cloud costs with Dev Box hibernation features

Author Avatar
Shikha Khetan
Cost is one of the most important concerns in any cloud-native rollout. IT admins need powerful tools to control costs without slowing development. At Build 2025, we were excited to announce the general availability of hibernation in Microsoft Dev Box. This feature empowers platform...
Develop from the cloud
Image SQLMI Vectors
Jun 19, 2025
Post comments count0
Post likes count1

Announcing General Availability of Native Vector Type & Functions in Azure SQL

Author AvatarAuthor Avatar
Pooja,
Davide
We are happy to announce that Native vector support in Azure SQL Database and Azure SQL Managed Instance is moving to General Availability this summer. Deployments are already underway, and several regions have begun receiving the feature. What is going GA? Integrated Vector Data...
Azure SQL Devs’ Corner
Oldnewthing Banner image
Jun 19, 2025
Post comments count2
Post likes count0

Learning to read C++ compiler errors: Ambiguous symbol errors after including a header file

Author Avatar
Raymond Chen
Finding out why multiple entities with the same name are visible.
The Old New Thing