33,388 questions
-3
votes
0
answers
44
views
ADO pipeline skipping stages despite not having dependency or condition
I have a pipeline on ADO that triggers a deployment if a push to master occurs although consequent stages are skipped without conditions failing (or previous steps failing).
What I thought is if there ...
0
votes
0
answers
81
views
Not able to view repositories under a GitHub Organization in Azure WebApp Service in portal
Title:
Not able to view repositories under a GitHub Organization in Azure WebApp Service in portal
Description :
We have created a Azure WebApp Service and we have our application code in GitHub which ...
0
votes
0
answers
64
views
Azure Devops Service Connection Authentication issue
Recently when I attempt to add a service connection for Azure Container Registry (previously it's been fine), it no longer authenticates and for this reason it no longer shows my available container ...
-4
votes
0
answers
71
views
TeamCity cannot access Azure DevOps Nuget Feed (401 Unauthorised) [closed]
TeamCity builds cannot access our Azure DevOps Nuget Feed as it is failing with :
error NU1301: Response status code does not indicate success: 401 (Unauthorized)
What I have done so far to fix this.....
-1
votes
0
answers
56
views
Sporadic failure of PowerShell runs after update to 4.268.0 "An error occurred while creating the pipeline"
We updated our agents from 3.238 to 4.268 mid february. Exactly one week later, multiple pipelines started receiving the following error:
========================== Starting Command Output ============...
0
votes
0
answers
65
views
Can project-scoped feeds be accessed the same way as organization-scoped feeds?
While in the process of adding Azure DevOps skills, I face the issue that packages from an organization-scoped feed can be retrieved, but packages from a project-scoped feed cannot.
The goal is to ...
0
votes
0
answers
112
views
Snowflake Git Repository with Azure DevOps Service Principal, "Operation 'clone' is not authorized"
I'm trying to connect an Azure DevOps Git repository to Snowflake using a Service Principal (OAuth2). The admin provided me with a client_id, tenant_id, and client_secret from an App Registration in ...
0
votes
2
answers
796
views
Why do I suddenly have only Stakeholder access in Azure DevOps, and can't see any Repos? [closed]
In April 2026, I'm suddenly seeing that I've been downgraded from an Admin to having only "Stakeholder" access in Azure DevOps. One side-effect is that I can no longer see or push to any of ...
-2
votes
1
answer
76
views
How to specify Python file to run in Azure pipeline?
I am running an Azure pipeline.
I want to run a Python script that is in the repo, but cannot refer to it correctly in the YAML file.
The path from the Azure link is: https://dev.azure.com/Company/MI/...
Best practices
0
votes
1
replies
81
views
Azure DevOps Test Execution in DevOps
My organisation uses user stories for requirements (for both agile and waterfall projects). We have just added test plans and would like to 'link' test to the relevant User Story'.(Tests were ...
0
votes
1
answer
103
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
46
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
44
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
1
vote
0
replies
131
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
55
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 ...