If you have pipeline run stuck in queue and some of the pool agent are in idle, if you wonder why those agents did not pick the pipeline, the answer is probably some demands.
Suppose you just upgraded your Azure DevOps Server and during the upgrade procedure the wizard tells you that some prerequisites are missing (like sql server version) how should you proceed?
If you want to export all of your Work Items in another format (excel, internal database) Azure DevOps Api are the solution
When you use interactive login for Azure DevOps API you need to check if the user is correctly logged
Azure DevOps Api are a fantastic way to interact with the server, in this post I'll show you how to connect to the server
How to avoid being stuck in Authentication Failed against Azure DevOps in Git command line
Keep your feeds size at bay with automatic retention policy in Azure DevOps.
Azure DevOps pipeline have tons of feature, one of the less known is the ability to declare variable conditionally.
Dashboard are an incredible way to visualize data in Azure DevOps, being able to manipulate them with API is a great way to automatically create Dashboards for each sprint
If you create a build in PowerShell you can publish in an Azure DevOps pipeline with a special task, let see how.