Showing archive results for 2026

Aug 6, 2026
Post comments count0
Post likes count2

Pull request annotations on work item cards

Dan Hellem

It's now easier to track development progress without leaving your Kanban board. Azure Boards now displays pull request annotations directly on work item cards, making it easy to see at a glance when work is actively moving through code review. With pull request status visible directly on the board, your team can quickly understand the state of ...

Azure & Cloud
Aug 6, 2026
Post comments count0
Post likes count0

You can now use the Azure DevOps Service Connection instead of a PAT or Build Session token

Eric van Wijk

We're excited to announce the Azure DevOps service connection, a new way to access Azure DevOps from your pipelines using a Microsoft Entra workload identity (a service principal or managed identity) instead of a Personal Access Token (PAT) or session token. This post walks through what it is, how to set it up, and the many places you can use it, i...

CI/CDSecurity
Aug 5, 2026
Post comments count2
Post likes count4

Azure DevOps Remote MCP Server is generally available

Dan Hellem

Today, we're excited to announce the general availability of the Azure DevOps MCP Server 🎉 The Azure DevOps MCP Server gives AI assistants secure, contextual access to your Azure DevOps projects so they can help you plan, build, and ship software more effectively. With the Azure DevOps remote MCP Server, you can get started without installing or h...

Azure & Cloud
Jul 28, 2026
Post comments count3
Post likes count5

Find any commit in seconds: Commit Search comes to Azure DevOps

Alex Pysanets

Great code has a long memory. The fix you shipped last quarter, the refactor that touched a dozen files, the one-line change that explained why something works the way it does — it's all there in your commit history. The hard part has always been finding it. Today, we're excited to announce that Commit Search is entering general availability (GA) ...

DevOpsGit & Version ControlAzure DevOps
Jul 21, 2026
Post comments count0
Post likes count0

July Patches for Azure DevOps Server

Gloridel Morales

We are releasing new patches for our self‑hosted product, Azure DevOps Server. We strongly recommend that all customers stay up to date with the latest, most secure version of Azure DevOps Server. The most recent release, Azure DevOps Server, is available on the download page. The following versions have been patched. For more details on these up...

Azure DevOps ServerPatches
Jul 10, 2026
Post comments count2
Post likes count3

Shrinking Azure Pipeline task extensions using esbuild

David Paquette

TL;DR We bundled an internal Azure Pipelines task extension into a single bundled JavaScript file using esbuild. The task package dropped from tens of megabytes and thousands of files to three files per task (  ,   , and   ). The change took about 20 lines of build tooling. We measured the payoff across our production pipelines: Spending les...

CI/CDDevOps
Jul 1, 2026
Post comments count18
Post likes count0

Upcoming Change: NTLM Removal in Git (libcurl) – Impact to Azure DevOps Server Customers

Gloridel Morales

Overview In September 2026, NTLM support will be removed from libcurl, which is used by Git for HTTP(S) operations. As a result, Git operations over HTTPS against Azure DevOps Server (on-premises) will stop working for customers who rely on NTLM authentication. This change is part of a broader industry move toward more secure authentication mechan...

Azure DevOps Server
Jun 22, 2026
Post comments count9
Post likes count0

Retirement of Azure DevOps issuer in Workload identity federation service connections

Eric van Wijk

We are announcing the deprecation of the Azure DevOps issuer in workload identity federation (WIF) service connections, with planned retirement on July 1, 2027. The Azure DevOps issuer uses the prefix in federated credentials. This change is part of Microsoft's broader initiative to standardize on the Microsoft Entra issuer across Azure services t...

Azure & CloudCI/CD
Jun 11, 2026
Post comments count2
Post likes count1

June Patches for Azure DevOps Server

Gloridel Morales

We are releasing new patches for our self‑hosted product, Azure DevOps Server. We strongly recommend that all customers stay up to date with the latest, most secure version of Azure DevOps Server. The most recent release, Azure DevOps Server, is available on the download page. The following versions have been patched. For more details on these up...

Azure DevOps ServerPatches
Jun 11, 2026
Post comments count3
Post likes count3

Copilot Autofix for GitHub Advanced Security for Azure DevOps

Laura Jiang

Over the last few years, we've encouraged customers to move their repositories from Azure Repos to GitHub, where the newest AI-powered and agentic development experiences land first. Migrating isn't equally simple for everyone. A move to GitHub can range from straightforward to a multi-year program, depending on an organization's size, customizati...

Azure & CloudOpen SourceSecurity