Showing category results for DevOps

Mar 7, 2023
Post comments count0
Post likes count4

Integrate Azure Load Testing into Azure DevOps

April Yoho

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 applica...

Azure & CloudDevOpsCI/CD
Mar 6, 2023
Post comments count0
Post likes count5

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

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
Feb 23, 2023
Post comments count0
Post likes count0

Azure Pipeline: Error: Cannot read properties of undefined (reading ‘templatePath’).

Chandra Sekhar Viswanadha

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 reposit...

CI/CDDevOps
Feb 22, 2023
Post comments count5
Post likes count1

End of support for Azure Pipelines agents running on CentOS 6, Debian 4.9, Fedora 32, Ubuntu 16, macOS 10.14, and older versions

Bohdan Janousek

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 op...

Azure & CloudDevOpsCI/CD
Feb 17, 2023
Post comments count0
Post likes count4

New Boards Hub, Sprint 217 update

Dan Hellem

As noted in the New Boards Hub 216 Update, we turned on the "Try me" banner for New Boards Hub to new set of customers. As expected, it has spurred a fury of feedback that has kept us busy. It will be at least a sprint or more to address the current backlog of issues reported. In the meantime, please keep using the New Boards Hub and report any is...

AgileDevOpsCommunity
Jan 27, 2023
Post comments count1
Post likes count9

Learn Azure DevOps from Zero to Hero

April Yoho

Azure DevOps is FULL of so many features! Myself and Nana from Techworld with Nana teamed up to bring you an Azure DevOps Zero to Hero video! Many of you reading this blog may already be very experienced with Azure DevOps, please share this video to your colleagues and teams that are just getting started. The community (i.e. yourselves!) asked for...

DevOpsAzure & CloudCI/CD
Jan 24, 2023
Post comments count28
Post likes count4

Disable creation of classic pipelines

Silviu

YAML pipelines offer the best security for your Azure Pipelines. In contrast to classic build and release pipelines, YAML pipelines: This is why many of you who are security-conscious choose to only use YAML pipelines. Alas, as long as your engineers can choose to use classic pipelines, you will have to continue worrying about their security...

CI/CDDevOps
Jan 20, 2023
Post comments count2
Post likes count3

New Boards Hub, Sprint 216 update

Dan Hellem

Because of the holidays, and our deployment schedule, this update includes our progress for both sprint 215 and 216. You will notice a lot of bugs being fixed in these sprints. Some of the issues being significant. We also turned on the "Try the New Boards Hub" message to another ring of customers this week. This will no doubt produce another roun...

AgileDevOpsCommunity
Dec 12, 2022
Post comments count2
Post likes count5

New Boards Hub, Sprint 214 Update

Dan Hellem

List of New Boards Hub bugs fixed in sprint 214. We enabled the "Try New Boards Hub" message across another ring of accounts. The process continues to go slower than originally expected. Every time we enable the message, we receive more feedback on issues that need to be fixed. This process will continue over the next couple of sprints. We want to ...

AgileDevOpsCommunity
Nov 23, 2022
Post comments count15
Post likes count2

Upgrade of .NET agent for Azure Pipelines

Bohdan Janousek

We are upgrading the .NET used by Azure Pipelines agent from current .NET Core 3.1 to .NET 6. This is to support new Apple silicon hardware as well as newer operating systems such as Ubuntu 22.04, or Windows on ARM64. Another reason for the .NET upgrade is the fact the .NET Core 3.1 version is already in maintenance phase and the support ends on De...

Azure & CloudDevOpsCI/CD