33,402 questions
0
votes
1
answer
30
views
Git (2.53.0) Credential Manager Not Found on WSL2 Ubuntu 24.04
I have installed Git for Windows on my Windows 11 machine and a fresh Ubuntu 24.04 (as of 3/31/2026) .
I then updated to the latest git within WSL (git version 2.53.0)
Next I configured git on the WSL ...
Tooling
0
votes
1
replies
31
views
Azure DevOps Real time data layer
I’m currently exploring an idea for building a real-time Azure DevOps organization data layer and would really appreciate your guidance.
The goal is to maintain up-to-date information on users, groups,...
Advice
0
votes
0
replies
31
views
ADO repo setup for a data/analytics team?
I’d appreciate some advice from anyone who has set up Azure DevOps repos for a data/analytics team. We support business reporting and enhancement requests, so our work is not one large application ...
Advice
0
votes
1
replies
79
views
Integrating Azure DevOps pipelines and Hashicorp Vault
We have an Azure DevOps Server 2022.2 on premises, and we would like to start to use Hashicorp Vault.
At the moment, we make secrets available in our pipelines using the Azure DevOps native techniques,...
0
votes
0
answers
38
views
Azure DevOPS - Bitbucket OAUTH Consumer Integration - Getting 404
Tried to integrate bitbucket to Azure Devops, created bitbucket OAUTH Consumer and calbback url as "https://app.vssps.visualstudio.com/oauth/callback" and the added OAUTH configuration in ...
0
votes
1
answer
74
views
Azure Microsoft Hosted Agent is always in Queue or Connecting status
I just recently increased/purchased a Microsoft Hosted parallel job. But, I am currently experiencing a problem with Azure DevOps pipelines:
CI pipelines are always in the Queued state
CD pipelines ...
0
votes
0
answers
74
views
Azure Dev Ops - Org level search has changed to Code search
We can not find anywhere that any extension was added or any settings to disable Code search on the org. In the last 2 days our search has went from:
To now looking like:
This new search is very ...
-1
votes
1
answer
36
views
AADSTS50020: Personal/external account cannot access Azure DevOps OAuth app registered in company tenant
I'm building an Azure DevOps integration for our company's SaaS application. When external users with personal account try to authenticate, they get this error:
AADSTS50020: Selected user does not ...
0
votes
0
answers
32
views
Passing parameters with variables into a template is not expanding
I have an Azure DevOps Pipeline template to run some tasks against Azure using the Azure CLI. It has a parameter to consume a file path.
From my calling pipeline, I need to look up a version number, ...
0
votes
1
answer
47
views
Is it possible to deny an Azure Devops group access to create main branches, but allow them to create branches under subfolders?
In my Azure DevOps organization, at the repository level, there is a 'Create Branch' option that allows users/groups to create branches. I would like to know if it is possible to restrict a group (...
Best practices
0
votes
1
replies
54
views
Azure Devops test plan import
I have exported my test suite into a .csv from project A in Azure Devops, andy trying to import it into a test plan in project B to recreate all the test cases there. However, I've encountered problem ...
Best practices
0
votes
0
replies
41
views
Azure VM Scale Set and Loadbalancer
When VMSS scales out and creates a new VM instance (VM3), it is based on an older base image. The other two VMs (VM1, VM2) already have the latest code deployed via the Release Pipeline. VM3 boots up →...
1
vote
0
answers
93
views
Error 'Could not load file or assembly 'Microsoft.Identity.Client,' with witadmin export
I'm trying to download an XML work item template from an on-premise Azure DevOps 2022 server. I used the following command:
witadmin exportwitd /collection:pathToCollection /p:projectName /n:Task /f:&...
0
votes
1
answer
58
views
Use same variable from multiple Azure DevOps Pipeline Libraries
I have an issue and I just can't figure out a way to solve it.
I have a variable group for each of my environments environment:
My_Var_Group_Prod
My_Var_Group_Dev
In each of those variable groups I ...
0
votes
0
answers
45
views
Find source of ANSI SQL Warnings in TSQLT
I'm using tSQLt to run unit tests in an Azure DevOps pipeline and capturing results in JUnit XML format to publish as test results on the pipeline. Often it works.
But occasionally I get a test output ...