Azure DevOps Blog
DevOps, Git, and Agile updates from the team building Azure DevOps
Latest posts
March patches for Azure DevOps Server
This month, we are releasing fixes that impact our self-hosted product, Azure DevOps Server. The following will be fixed with this patch: Azure DevOps Server 2022 Patch 3 If you have Azure DevOps Server 2022, you should install Azure DevOps Server 2022 Patch 3. Check out the release notes for more details. Verifying Installation
Write Your Bicep Files in Visual Studio
The growth of Bicep has increased massively over the last few years for those of you deploying into Azure. The community made it clear that being able to work in Visual Studio and not have to interrupt their workflow was critical to them. The product teams listened and they released a Bicep extension for Visual Studio version 17.3 and higher! Having to switch applications when in the middle of a project or a task can be tough for various reasons. With the new Bicep extension, you can continue your work without interrupting your coding process. Watch the video below to see what features are available in the new B...
New Boards Hub, Sprint 218 Update
Not a lot to report other than a list of issues fixed 😁. Bug fixes will continue at full speed through sprint 219 as well. Notable bugs fixed Note: although these items are fixed, they may not be released to all organizations yet. Rollout can take a few days to a couple weeks. We appreciate and need your feedback to ensure the New Boards Hub is successful. Feel free to email me with any issues you find.
Integrate Azure Load Testing into Azure DevOps
Azure Load Testing became generally available in February 2023. It shipped with a lot of new features that were requested by you, the community. You can get started quickly from within the Azure portal, or upload your own custom JMeter script. Azure Load Testing allows you to find bottlenecks within your application stack, load testing your applications, and includes reporting on your tests, allowing you find any performance regressions or issues. While Azure Load Testing is an awesome tool, you can even integrate it into your Azure DevOps pipeline! Allowing you to load test your applications as part of your CI/...
How to build, test and deploy your application using Azure and GitHub
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 built entirely from within your browser. To do this, you will be using the items listed below in the prerequisites. If you want to run this locally using VSCode or another IDE, please also install the items marked as "Optional" in the list below. Prerequisites ...
Create Azure DevOps Management Reports
When managing any sized organization, there is always the question of how to track and review your existing policies on every single project. There is a solution that can query your exiting projects and provide management reports for a multitude of reports. Using this tool can help you assess and manage all of the projects in your Azure DevOps organization. Watch the video below where April and Vinicius take you through a hands-on tutorial of generating these management reports. Follow along and get started generating management reports!
Retrospectives: The Hidden Gem Enabling Teams to Thrive – Part 1
Let me ask you a question. If you asked a world-renowned expert what the single most impactful thing a team could do to improve, what do you think they’d say? I had the opportunity to ask Scott Tannenbaum that question during a recent meeting. Scott is the co-author of the book “Teams that Work”, an evidence-based book outlining the factors that thriving teams have in common. His work has helped over 600 organizations including a third of the Fortune 100 companies. He’s been studying teams for more than 35 years and has written over 175 publications. It’s not a stretch to say Scott is a world-renowned expert on ...
Azure Pipeline: Error: Cannot read properties of undefined (reading ‘templatePath’).
This blog content is compiled by @Ahetejaz from Azure DevOps CSS support team. Recently, he helped a customer in resolving an issue 'Error: Cannot read properties of undefined (reading 'templatePath') in Azure DevOps Services when user tried to edit the YAML pipeline. The reason for the issue was deletion of service connection for external repository. Scenario: Azure DevOps YAML pipeline connected with Bitbucket using ‘Bitbucket cloud’ service connection. The pipelines gives below error while editing it. Findings: When we select edit on the pipeline, the first thing is to connect the repository provider s...
End of support for Azure Pipelines agents running on CentOS 6, Debian 4.9, Fedora 32, Ubuntu 16, macOS 10.14, and older versions
In the blog post Upgrade of .NET agent for Azure Pipelines, we explained our plan to update the agent implementation from .NET Core 3.1 to .NET 6 in order to support newer operating systems. If you run your agents on any operating system supported by .NET 6, then this will be seamless to you. However, if you run the agent on one of the following operating systems, then this blog has some steps that you must take now in order to prevent pipelines from failing. Starting with 2.218 version of the agent that is going to be released in March 2023, pipelines running on any of the above operating systems will fail wi...