Microsoft
Developer Blogs

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

Featured Image
Jan 7, 2025

azd CDN changing January 2025

This blog post makes customers aware of a critical Content Delivery Network (CDN) change for azd (the Azure Developer CLI) because the CDN provider is changing from Edgio to Azure Front Door.
Read more
Jan 7, 2025

Important Update: blog migration to quantum.microsoft.com

We are excited to announce that the Q# blog will be migrating to a new home at Azure Quantum in Feb 2025. This move will allow us to provide you with a more integrated and enhanced experience, featuring the latest updates and resources in the world of quantum computing. Stay tuned for...
Read more

Latest posts

Image Microsoft Security illustration metaphors 211101 illus pillar risk management Yellow
Dec 18, 2024
Post comments count5
Post likes count4

Effortlessly access cloud resources across Azure tenants without using secrets

Author AvatarAuthor AvatarAuthor Avatar
Arturo,
Den,
Dan
Announcing the Public Preview of Managed Identities as Federated Identity Credentials for Microsoft Entra. Enhance security by removing secrets, simplify setup, and enable seamless cross-tenant access to Entra-protected resources like Azure and Microsoft Graph.
Microsoft Entra Identity Platform
Banner image
Dec 18, 2024
Post comments count2
Post likes count0

Is there a way to split the git history of a file or combine the histories of two files without a merge commit?

Author Avatar
Raymond Chen
Studying how git recovers history.
The Old New Thing
Image dotnetconf2024recap jpg
Dec 17, 2024
Post comments count0
Post likes count2

.NET Conf 2024 Recap - Celebrating .NET 9, AI, Community, & More

Author Avatar
.NET Team
.NET Conf 2024 is over, but you can catch up with all the announcement and fun with video recordings, slides, demos, and more.
.NET Blog
Image Designer
Dec 17, 2024
Post comments count1
Post likes count2

Embedding models and dimensions: optimizing the performance to resource-usage ratio

Author Avatar
Davide Mauri
Since the release of vector preview, we've been working with many customers that are building AI solution on Azure SQL and SQL Server and one of the most common questions is how to support high-dimensional data, for example more than 2000 dimensions per vector. In fact, at the moment, the...
Azure SQL Devs’ Corner
Banner image
Dec 17, 2024
Post comments count6
Post likes count3

Microspeak terms that didn't take hold: airspace, synthetics, and AOI

Author Avatar
Raymond Chen
Sometimes they don't stick.
The Old New Thing
Refresh search results icon highlighted
Dec 17, 2024
Post likes count7

Refresh your Find results

Author Avatar
Leah Tran
Are you tired of having to repeatedly launch the Find window in Visual Studio to update your search results? Whether you've just refactored some code or pulled recent changes, having to redo a search to get updated results is no longer necessary. With the new refresh option, you can now...
Visual Studio Blog
Image Screenshot 2024 12 16 132824
Dec 16, 2024
Post comments count0
Post likes count1

Azure SQL ❤️ Python!

Author Avatar
Davide Mauri
I recently presented at Python Day 2024 on Langchain integration. I created a slide deck that I believe can be useful beyond just the session, so I wanted to share it here for everyone's benefit. The deck covers the most common topics for a Python developer: Is there a free...
Azure SQL Devs’ Corner
Image 01thumbnailVectorDataQdrantAzureAISearch jpg
Dec 16, 2024
Post comments count2
Post likes count5

Exploring Microsoft.Extensions.VectorData with Qdrant and Azure AI Search

Author Avatar
Bruno Capuano
Discover how to use Microsoft.Extensions.VectorData to implement semantic search using Qdrant and Azure AI Search
.NET Blog
Banner image
Dec 16, 2024
Post comments count0
Post likes count1

Why do we have header files <pshpackN.h> and <poppack.h> instead of just issuing the pragma directly?

Author Avatar
Raymond Chen
Because the pragma may not work everywhere.
The Old New Thing