Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
1 replies
43 views

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 ...
JGaffney86's user avatar
0 votes
1 answer
56 views

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 ...
jbholtz's user avatar
  • 155
Tooling
0 votes
1 replies
37 views

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,...
Harsh Tandel's user avatar
Advice
0 votes
0 replies
36 views

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 ...
user32543028's user avatar
Advice
1 vote
1 replies
91 views

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,...
Pampa Nello's user avatar
0 votes
0 answers
46 views

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 ...
simmyk's user avatar
  • 26
0 votes
1 answer
76 views

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 ...
Volodymyr Didukh's user avatar
0 votes
0 answers
94 views

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 ...
Jason's user avatar
  • 13
-1 votes
1 answer
39 views

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 ...
Hankie-2's user avatar
0 votes
0 answers
34 views

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, ...
Cylindric's user avatar
  • 5,906
0 votes
1 answer
50 views

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 (...
Dilly B's user avatar
  • 1,488
Best practices
0 votes
1 replies
59 views

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 ...
Weishan Yang's user avatar
Best practices
0 votes
0 replies
46 views

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 →...
Muhammad Usman Shamshad's user avatar
1 vote
0 answers
102 views

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:&...
TrinaE's user avatar
  • 43
0 votes
1 answer
59 views

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 ...
user9217079's user avatar
0 votes
0 answers
45 views

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 ...
EdH's user avatar
  • 621
0 votes
1 answer
64 views

I have a repository that implements automatic versioning using commitizen. Handling version bumps after merging to main is trivial, I have a simple pipeline to perform the cz bump and then push that ...
Cylindric's user avatar
  • 5,906
0 votes
2 answers
183 views

I am developing an Azure extension. I found this documentation for the Azure REST API. I wonder if there is any way to list the users in a project; something like: export async function ...
Tomasz Małachowski's user avatar
Tooling
0 votes
1 replies
76 views

I am working with Xray Cloud on Jira Cloud (hosted on the Atlassian domain, not self-hosted) and I am trying to implement a manual-triggered automation workflow. 🎯 My Goal / Architecture I want to ...
Swap-IOS-Android's user avatar
Advice
0 votes
5 replies
76 views

For disaster recovery, my company needs backups of our ADO Git repos. My predecessor set up a backup by cloning the repos with --no-checkout option: git clone --no-checkout {ReposURL} {...
SeraphimPlays's user avatar
0 votes
1 answer
64 views

I'm creating some release pipelines in Azure DevOps to publish a web application on IIS. Because I have different environments, I want to replace the connection string in the web.config. In each ...
Enrico's user avatar
  • 7,022
Best practices
0 votes
1 replies
28 views

I’m using Azure DevOps Services with Azure Test Plans and I’m struggling with traceability when requirements evolve. Scenario: User Story A implemented Requirement A (v1) and is now Done. I created ...
Vitto's user avatar
  • 441
1 vote
0 answers
30 views

I’m implementing a CI/CD build pipeline for an Azure Synapse workspace. The pipeline runs on a Windows build container and is supposed to validate Synapse artifacts and generate ARM templates using ...
Partha's user avatar
  • 11
1 vote
0 answers
55 views

I noticed that for Azure DevOps extensions, we can obtain a secret key from the marketplace, as mentioned in the documentation: https://learn.microsoft.com/en-us/azure/devops/extend/develop/auth?view=...
Subrahmanya Bhat's user avatar
0 votes
0 answers
54 views

Problem My Azure Pipeline step is passing even though my NestJS unit tests are crashing with a native error during initialization. The logs show a process.abort() call and native stack trace, but the ...
David Loukidelis's user avatar
0 votes
0 answers
46 views

I’m trying to set up RSAT (Regression Suite Automation Tool) to run existing test cases from Azure DevOps Test Plans against a Dynamics 365 Finance & Operations environment (cloud sandbox). The ...
Sabrina Hammerich Ebbesen's user avatar
-2 votes
1 answer
61 views

I have a wiki as part of my Azure DevOps project that I need to provide read access to to a subset of users within my organisation. The users should only be able to read the wiki, and should not be ...
Joe Plumb's user avatar
  • 535
-3 votes
1 answer
35 views

How would I be able to deploy only this ARM template in Terraform? Would I need to make a separate Terraform file to deploy it in Azure utilizing "azurerm_resource_group_template_deployment"?...
BV45's user avatar
  • 609
0 votes
1 answer
87 views

We have an environment named DevServers. My colleague created a new deploy yml pipeline. First time he tried this, we get blocked by this error: This pipeline needs permission to access a resource ...
Jepzen's user avatar
  • 3,238
0 votes
1 answer
99 views

Task name DotNetCoreCLI@2 Task version 2.266.0 Issue Description We have a service targetting to the .net 8. There was no issues with the deployement so far, but suddenly it started failing on dotnet ...
Vivek Nuna's user avatar
0 votes
1 answer
68 views

I have an existing YAML file that would trigger on anything committed to the repo: trigger: - main - releases/* pr: branches: include: - '*' resources: - repo: self My goal is to ...
TheProgrammer's user avatar
0 votes
0 answers
89 views

I work in Fabric and synced workspaces dev, test and prod to corresponding git branches - dev, test, main (all of them under one repository in Azure DevOps). I have many Fabric items in dev workspace -...
muskagap88's user avatar
1 vote
0 answers
47 views

enter image description here error while running the Advanced security scanning using codeql in my azure devops i installed self-hosted-agents name dev-pool and installed them in ubuntu machine(ec2) ...
karthi_s7's user avatar
1 vote
1 answer
48 views

I'm trying to query our Azure DevOps project to build a management dashboard with a few KPIs that can be easily sliced by area path, etc. I've managed to get the basic data with an OData query of the ...
Rowland Shaw's user avatar
  • 38.3k
Best practices
0 votes
2 replies
41 views

I have entry pipeline for build in Azure DevOps. Some applications have defined only templates-repo repository, others have also defined changelogs repository. Parameter ChangelogSync specifies if ...
LDonSOvrfw's user avatar
1 vote
1 answer
65 views

I have a use case in which we need to have multiple deployment jobs in a single pipeline. Following this documentation, I have defined the pipeline as follows (I’ve simplified a bit and removed ...
Marcus Bornman's user avatar
Advice
0 votes
1 replies
34 views

I have to create one chart in our project dashboard that should display total number of user stories created and completed for a specific period. I have created below query in ADO This chart output ...
Neeraj's user avatar
  • 9,273
Advice
0 votes
1 replies
24 views

I’m trying to connect Azure Foundry Agent (OpenAPI connector) to Azure DevOps REST API. Locally, the following curl command works and returns a valid JSON list of repositories: curl -u :<PAT> \ ...
Uday Kiran's user avatar
Tooling
0 votes
1 replies
68 views

I'm using Azure DevOps and I want to get the list of FIles along with the lines count (Added, Deleted, Modified) that are part the particular PR (Pull request). what are all the ways we can get this ?
karthikN's user avatar
Best practices
0 votes
0 replies
38 views

I have a question about the best way to deploy a web application to an IIS Server on Premise with Azure DevOps. I have two pipelines, one for the Build and one for the Deployment in YAML. The Web ...
Francis Roy's user avatar
Advice
0 votes
1 replies
27 views

To explain the X/Y problem: I'm working on a generic deployment pipeline spec (Azure release pipeline) that is supposed to be easily configurable and reusable through the UI. The pipeline itself ...
Kile Asmussen's user avatar
0 votes
1 answer
72 views

I have an Azure DevOps YAML pipeline that should pick the latest *.tar.gz package from tar/ and publish it as a pipeline artifact. Locally ls -t works, but in the pipeline it picks an older file (e.g. ...
scrapkowe's user avatar
  • 149
0 votes
1 answer
118 views

I have an Azure DevOps pipeline configured as a Branch Policy build validation for Pull Requests into the develop branch. The pipeline runs automatically for every PR targeting develop. The pipeline ...
Roman Matkovskyi's user avatar
3 votes
0 answers
65 views

I have Azure DevOps IIS deployment issue with file transform. The file transform is working and I see the transformed file in the WebApp.zip file. But on the deployment it is somehow still using the ...
77Vetter's user avatar
  • 309
0 votes
2 answers
227 views

I'm running an Azure DevOps pipeline that uses the "Azure API Management API Utility" task (from the Azure API Management DevOps Marketplace) to deploy APIs. The pipeline fails with the ...
João Calado's user avatar
0 votes
1 answer
81 views

I’m trying to retrieve all users who have permissions on a specific Azure DevOps project (i.e., the users shown in the project’s Permissions tab). I understand how to retrieve a list of projects using ...
fearless's user avatar
1 vote
0 answers
39 views

We have a release pipeline in Azure DevOps that has a stage that has a schedule to deploy every evening at 8pm. Now, assume we create two releases on the same day, let's call them R1 and R2. For ...
Kjell Rilbe's user avatar
  • 1,623
0 votes
0 answers
49 views

We have this use case: RepoA has code for global application Requirement is to deploy RepoA code into RepoB by overriding infra and a few properties. We have created an Azure DevOps pipeline where ...
Hemant Desale's user avatar
0 votes
1 answer
107 views

Background I have a PowerShell test script that uses azuresigntool.exe to sign a file using a certificate in an hsm-backed azure key vault (Azure Key Vault - Premium tier). The certificate is a ...
Yousef Imran's user avatar
  • 1,214
1 vote
1 answer
255 views

I am trying to run a powershell script on Microsoft hosted agent "windows-latest" (azure pipeline), It uses below az cli command: $projects = az devops project list --organization "...
Potatojaisiladki's user avatar

1
2 3 4 5
668