Showing tag results for #DevOps

Feb 27, 2026
Post comments count0
Post likes count1

Updates to Team Calendar extension

Dan Hellem
Dan Hellem

We are excited to release a new update to the Team Calendar extension. This update includes a series of visual refinements across the extension, introducing a more consistent design language, smoother transitions when expanding and collapsing sections, improved contrast for better readability, an updated color palette aligned with Azure DevOps, an...

Azure & Cloud
Feb 18, 2026
Post comments count2
Post likes count0

TFVC Remove Existing Obsolete Policies ASAP

Dan Hellem
Dan Hellem

In April 2025, we announced the deprecation schedule for legacy TFVC check-in policies. This change was required due to limitations in how those policies were previously implemented and stored. The old policies have been marked as obsolete, and you can replace them by selecting the equivalent updated policy. We are currently in Phase II of this tr...

Azure & Cloud
Feb 16, 2026
Post comments count0
Post likes count5

Condensed views on Kanban and Sprint boards

Dan Hellem
Dan Hellem

One of the challenges teams face when working with large boards or displaying multiple fields on work item cards is limited screen space. This became even more noticeable with the rollout of the New Boards hub, which introduced additional spacing and padding for improved readability. While this enhances clarity, it can also reduce the number of car...

Azure & Cloud
Dec 19, 2025
Post comments count3
Post likes count2

Work item linking for Advanced Security alerts now available

Laura Jiang
Laura Jiang

Security vulnerabilities don't fix themselves. Someone needs to track them, prioritize them, and actually ship the fix. If you've ever tried to manage security alerts alongside your regular sprint work, though, you know the friction: you're looking at an alert in one tab, switching to your backlog in another, trying to remember which vulnerability ...

DevOpsAzure & CloudSecurity
Nov 4, 2025
Post comments count0
Post likes count6

Azure Developer CLI: Azure Container Apps Dev-to-Prod Deployment with Layered Infrastructure

PuiChee (PC) Chan
PuiChee (PC) Chan

This post walks through how to implement "build once, deploy everywhere" patterns using Azure Container Apps with the new and layered infrastructure features in Azure Developer CLI v1.20.0. You'll learn how to deploy the same containerized application across multiple environments with proper separation of concerns. This is the third installment i...

Azure & CloudDevOpsCI/CD
May 26, 2023
Post comments count2
Post likes count3

Improved Flaky Test Management in Azure Pipelines

Ravi Kumar
Ravi Kumar

In software development, testing is an integral part of the development process. Tests are used to verify that software behaves as expected, and they ensure that changes made to the code do not break existing functionality. However, there is a problem that often arises when running automated tests: Flaky tests. Flaky tests are tests that produce d...

Test
Apr 24, 2023
Post comments count0
Post likes count3

Use Power Automate to update Azure DevOps queries

Erik Reitan
Erik Reitan

In this blog post, I’ll explain how to set up automation to automatically update Azure DevOps (ADO) queries. Using an automated Power Automate flow, you save time by not having to manually update your queries for each sprint. Everyone using your queries benefits by having data and details that are always current and accurate. Solution overview Th...

DevOpsCommunityAgile
Mar 6, 2023
Post comments count0
Post likes count5

How to build, test and deploy your application using Azure and GitHub

Liam Hampton
Liam Hampton

In this blog-tutorial you will: Note Using GitHub Codespaces can incur costs. At the time of writing this tutorial, GitHub free accounts get 120 core-hours of Codespaces compute and 15GB of Codespaces storage for free. Please do consult the GitHub Codespaces pricing page for the most up to date information. This application will be ...

DevOpsAzure & CloudCI/CD
Jun 9, 2022
Post comments count0
Post likes count0

Copy a work item type using Azure DevOps API’s

Art Garcia
Art Garcia

So, we all love how we can manage engagements in Azure DevOps (ADO). We can create Epics, Features, User Stories and track our progress on Kanban boards. You can customize work item types to suit the needs of your business and project with ease. What if you wanted to copy a work item type you created and use it for another business case? There is n...

DevOpsAgile
Feb 11, 2022
Post comments count0
Post likes count0

Deploy Into Azure Using Pulumi and GitHub Actions

April Yoho
April Yoho

On this week's episode of The DevOps Lab we have Kat Cosgrove and Matty Stratton from Pulumi joining us! In this week's episode we take our Infrastructure as Software a step further and deploy into Azure, using GitHub Actions. Check out the episode below: 02:45 - Why do tests and pipelines matter for your infrastructure as code? 3:57 - Review p...

Azure & CloudDevOpsCI/CD