Showing archive results for 2025

Jul 21, 2025
Post comments count0
Post likes count6

Azure Developer CLI: From Dev to Prod with One Click

PuiChee (PC) Chan Kristen Womack
PuiChee,
Kristen

This post walks through how to implement a "build once, deploy everywhere" pattern using Azure Developer CLI (azd) that provisions environment-specific infrastructure and promotes applications from dev to prod with the same build artifacts. You'll learn how to use conditional Bicep deployment, environment variable injection, package preservation ac...

Azure & CloudDevOpsCI/CD
Jul 9, 2025
Post comments count6
Post likes count3

July Patches for Azure DevOps Server

Gloridel Morales
Gloridel Morales

Today we are releasing patches that impact our self-hosted product, Azure DevOps Server. We strongly encourage and recommend that all customers use the latest, most secure release of Azure DevOps Server. You can download the latest version of the product, Azure DevOps Server 2022.2 from the Azure DevOps Server download page. Azure DevOps Server 2...

Azure DevOps ServerPatches
Jul 7, 2025
Post comments count26
Post likes count15

Markdown Support Arrives for Work Items

Dan Hellem
Dan Hellem

After several months in private preview and many bug fixes along the way, we’re excited to announce that Markdown support in large text fields is now generally available! 🎉 🦄 How it works By default, all existing and new work items will continue using the HTML editor for large text fields. However, you now have the option to opt-in and use the Ma...

DevOpsAzure & CloudCommunity
Jun 25, 2025
Post comments count3
Post likes count3

Removing Azure Resource Manager reliance on Azure DevOps sign-ins

Angel Wong
Angel Wong

Azure DevOps will no longer depend on the Azure Resource Manager (ARM) resource (https://management.azure.com) when you sign in or refresh Microsoft Entra access tokens. Previously, Azure DevOps required the ARM audience during sign-in and token refresh flows. This requirement meant administrators had to allow all Azure DevOps users to satisfy ARM-...

Azure & CloudDevOpsSecurity
Jun 17, 2025
Post comments count20
Post likes count14

Azure DevOps MCP Server, Public Preview

Dan Hellem
Dan Hellem

A few weeks ago at BUILD, we announced the upcoming Azure DevOps MCP Server: 👉 Azure DevOps with GitHub Repositories – Your path to Agentic AI Today, we’re excited to share that the local Azure DevOps MCP Server is now available in public preview. This lets GitHub Copilot in Visual Studio and Visual Studio Code access and interact with your Azure...

Azure & CloudDevOpsCommunity
Jun 10, 2025
Post comments count6
Post likes count2

June Patches for Azure DevOps Server

Gloridel Morales
Gloridel Morales

Update October 14: These issues we encountered with patching Azure DevOps Server 2022.2 have now been fully resolved. We appreciate your patience and understanding during this time. We will resume our regular patching cycle starting in November. Update July 25: We are currently investigating an issue with Patch 6 for Azure DevOps Server 2022.2. Ou...

PatchesAzure DevOps Server
Jun 5, 2025
Post comments count10
Post likes count3

Restricting PAT Creation in Azure DevOps Is Now in Preview

Angel Wong
Angel Wong

As organizations continue to strengthen their security posture, restricting usage of personal access tokens (PATs) has become a critical area of focus. With the latest public preview of the Restrict personal access token creation policy in Azure DevOps, Project Collection Administrators (PCAs) now have another powerful tool to reduce unnecessary PA...

Azure & Cloud
Jun 2, 2025
Post comments count3
Post likes count4

GitHub Secret Protection and GitHub Code Security for Azure DevOps

Laura Jiang
Laura Jiang

Following the changes to GitHub Advanced Security on GitHub, we're launching the standalone security products of GitHub Secret Protection and GitHub Code Security for Azure DevOps today. You can bring the protection of Advanced Security to your enterprise with the flexibility to enable the right level of protection for your repositories. GitHub S...

DevOpsSecurity
May 27, 2025
Post comments count17
Post likes count12

Azure DevOps with GitHub Repositories – Your path to Agentic AI

Aaron Hallberg
Aaron Hallberg

GitHub Copilot has evolved beyond a coding assistant in the IDE into an agentic teammate – providing actionable feedback on pull requests, fixing bugs and implementing new features, creating pull requests and responding to feedback, and much more. These new capabilities will transform every aspect of the software development lifecycle, as we are al...

Azure & Cloud
May 20, 2025
Post comments count0
Post likes count2

One Pipeline to Rule Them All: Ensuring CodeQL Scanning Results and Dependency Scanning Results Go to the Intended Repository

Michael Omokoh
Michael Omokoh

"One Ring to rule them all, One Ring to find them, One Ring to bring them all, and in the darkness bind them." – J.R.R. Tolkien, The Lord of the Rings In the world of code scanning and dependency scanning, your pipeline is the One Ring—a single definition that can orchestrate scans across multiple repositories. However, much like the One Rin...

SecurityAzure & Cloud