Showing category results for DevOps

Oct 13, 2025
Post comments count0
Post likes count1

Azure DevOps local MCP Server is generally available

Dan Hellem
Dan Hellem

Today we are excited to take our local MCP Server for Azure DevOps out of preview 🥳. Since the initial preview announcement, we've worked closely with early adopters and the community to incorporate feature suggestions and feedback. We’ve improved login and authorization, added and refined tooling, and introduced domains so users can scope active t...

CommunityDevOpsAgile
Sep 16, 2025
Post comments count8
Post likes count7

Azure Boards integration with GitHub Copilot (Private Preview)

Dan Hellem
Dan Hellem

Several months ago, GitHub introduced the public preview of its Copilot coding agent, a powerful new capability that allows you to assign GitHub Issues directly to Copilot. From there, the agent works independently in the background, much like a human developer, to complete the task. Copilot evaluates the request based on the information you provid...

DevOpsCommunityAgile
Sep 4, 2025
Post comments count2
Post likes count4

New Test Run Hub in Azure Test Plans

Panagiotis Liaros
Panagiotis Liaros

Delivering high-quality software is a necessity and that’s why Azure Test Plans has introduced the all-new Test Run Hub, an enabler for teams who want to take control of their testing process and drive continuous improvement. What Makes the Test Run Hub a Must-Have? The Test Run Hub is designed to help teams track test progress, analyze results...

TestDevOpsUX
Aug 13, 2025
Post comments count0
Post likes count9

Azure Developer CLI: From Dev to Prod with Azure DevOps Pipelines

PuiChee (PC) Chan Kristen Womack
PuiChee,
Kristen

Building on our previous post about implementing dev-to-prod promotion with GitHub Actions, this follow-up demonstrates the same "build once, deploy everywhere" pattern using Azure DevOps Pipelines. You'll learn how to leverage Azure DevOps YAML pipelines with Azure Developer CLI (azd). This approach ensures consistent, reliable deployments across ...

DevOpsAzure & CloudCI/CD
Aug 13, 2025
Post comments count0
Post likes count0

Azure DevOps OAuth Client Secrets Now Shown Only Once

Angel Wong
Angel Wong

We’re making an important change to how Azure DevOps displays OAuth client secrets to align with industry best practices and improve our overall security posture. Starting September, newly generated client secrets will be shown only once at the time of creation. After that, they will no longer be retrievable via the UI or API. This update helps re...

DevOpsSecurity
Aug 4, 2025
Post comments count1
Post likes count3

Automate your open-source dependency scanning with Advanced Security

Laura Jiang
Laura Jiang

Any experiences that require additional setup is cumbersome, especially when there are multiple people needed. In GitHub Advanced Security for Azure DevOps, we're working to make it easier to enable features and scale out enablement across your enterprise. You can now automatically inject the dependency scanning task into any pipeline run targetin...

DevOpsOpen SourceSecurity
Jul 24, 2025
Post comments count4
Post likes count12

From Manual Testing to AI-Generated Automation: Our Azure DevOps MCP + Playwright Success Story

Igor Najdenovski
Igor Najdenovski

In today’s fast-paced software development cycles, manual testing often becomes a significant bottleneck. Our team was facing a growing backlog of test cases that required repetitive manual execution—running the entire test suite every sprint. This consumed valuable time that could be better spent on exploratory testing and higher-value tasks. We ...

TestDevOps
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 7, 2025
Post comments count26
Post likes count14

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