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 word image 251823 1
Dec 23, 2024
Post likes count1

Security updates to Azure publishing from Visual Studio

Author Avatar
Brady Gaster
Visual Studio 2022 introduces a new feature to improve the security of publishing applications to Azure App Service. This feature is designed to disable Basic Authentication and enable integrated security for a more secure publishing process. Basic Authentication has been...
Visual Studio Blog
Image Screenshot 2024 12 20 101505
Dec 20, 2024
Post comments count0
Post likes count3

Unwrap some Semantic Kernel (Power)Toys this holiday season

Author Avatar
Shawn Henry
Windows PowerToys has always been one of my favorite productivity hacks, and its latest release adds Paste with Advanced AI, which takes it to a new level. This feature, powered by Semantic Kernel, transforms how you work with text, images, and data from your clipboard by applying...
Semantic Kernel
Banner image
Dec 20, 2024
Post comments count0
Post likes count2

How do I register a file type for a scripting language so that users get a warning when they run an untrusted script?

Author Avatar
Raymond Chen
Use the FTA_AlwaysUnsafe edit flag.
The Old New Thing
Image dependabot dotnet sdk
Dec 19, 2024
Post comments count0
Post likes count0

使用 Dependabot 管理 .NET SDK 更新

Author Avatar
Eddie Chen
本文翻译自微软高级软件工程师 Jamie Magee 的Using Dependabot to Manage .NET SDK Updates 保持 .NET SDK 处于最新版本对维护安全高效的应用程序至关重要。现在,Dependabot 可以更新 global.json 中的 .NET SDK...
.NET中文官方博客
Image Tutorial
Dec 19, 2024
Post comments count0
Post likes count0

Global Expansion – "G3J Learn Semantic Kernel" Show – A Deep Dive in Korean!

Author Avatar
Sophia Lagerkrans-Pandey
Global Expansion – "G3J Learn Semantic Kernel" Show – A Deep Dive in Korean! Localization Increases Demand Following the success of this multi-language delivery, we quickly noticed a surge in demand for localized content. Developers from different parts of the world have expressed...
Semantic Kernel
Banner image
Dec 19, 2024
Post comments count7
Post likes count3

Inside STL: The atomic shared_ptr

Author Avatar
Raymond Chen
There's a lock hiding inside the pointer.
The Old New Thing
Image VSCopilotFeatured
Dec 18, 2024
Post likes count22

GitHub Copilot Free is here in Visual Studio

Author Avatar
Rhea Patel
If you haven’t already heard, GitHub just announced Copilot Free! And great news: you can already start using Copilot Free right now in Visual Studio. It's available now, and we're putting the finishing touches on a more streamlined experience in January. We’re excited to bring...
Visual Studio Blog
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