Questions tagged [azure-devops-server]

Azure DevOps Server (formerly Team Foundation Server or TFS) is the latest iteration of Microsoft's DevOps and ALM product suite which contains source control (Azure Repos), CI/CD (Azure Pipelines), agile work and portfolio management (Azure Boards) etc. Use this tag for questions on the on-prem version, as opposed to Azure DevOps Service, which is the cloud version.

Azure DevOps Server (previously known as TFS - Team Foundation Server) is the home for your project data in the cloud and provided by Microsoft.

Questions about Azure DevOps Server may be more appropriate at one of the other Stack Exchange sites, such as

Azure DevOps includes:

  • Azure pipelines CI/CD that works with any language, platform, and cloud. Connect to GitHub, Azure Repos or any Git repository and deploy continuously.
  • Azure boards Powerful work tracking with Kanban boards, backlogs, team dashboards, and custom reporting.
  • Azure artifacts Maven, npm, and NuGet package feeds from public and private sources.
  • Azure repos Git repos for your project. Collaborative pull requests, advanced file management, and more.
  • Azure test plans All in one planned and exploratory testing solution.

Updates

The current cadence of Azure DevOps Server releases is annual, with versions named by the year they were released (Azure DevOps Server 2019, Azure DevOps Server 2020 etc.). Feature timeline for both on-prem and cloud version can be found here

Tag usage

It is recommended to use the tag along with the specific product area tags and specific version tags:

Other resources

We have channels that you can also voice your concerns, FAQs, documentation and submit an idea:

143 questions
0
votes
1 answer

On premise azure devops and microsoft teams

Is it possible to integrate an on premise instance of azure devops with Microsoft teams? I've seen there are the azure pipelines and other such apps, which look to do exactly what we want, but they only seem configurable with azure devops Services…
Chris
  • 1
0
votes
0 answers

Setting up second application tier for Azure DevOps Server outside of the domain

We currently have an install of Azure DevOps 2020 with a separated data and application tier. We want to set up a second application tier for a different group to hit, but we can't seem to get it to work. Ideally, we wanted to set it up on a DMZ box…
ChrisC
  • 1,161
  • 12
  • 26
0
votes
1 answer

Error in BizTalk 2020 Release Pipeline DevOps

I’m following the Microsoft official tutorial in order to configure BizTalk 2020 with DevOps, and the release pipeline is deploying the MSI “properly” but at the end I’m getting the error message: “No mapping was made between account names and…
0
votes
0 answers

Fetch Git branch in DevOps Server 2020 to build in DevOps Services Pipeline?

We have an on-prem instance of DevOps Server 2020 hosting a Git repo as well as other ADO tools and I am doing some experimentation on a free DevOps Services instance to prevent any muddying of our existing Pipelines and Releases. I am currently…
0
votes
1 answer

Azure Devops Server Domain is not seen

I use Azure Devops Server 2019 and want add user in Group Membership. We have trusted domain that is seen in server account groups, but when I want add user in azure devops administration console this domain is not seen. Why it is not seen and how…
0
votes
2 answers

UseExistingEmptyCollectionDatabase must be set to true when creating a collection using a Managed Service Identity to authenticate with SQL

I have Azure DevOps Server 2020.0.1 installed in an Azure VM, then configured it to connect with backend SQL Azure database, I followed the Azure DevOps documents Use Azure SQL Database with Azure DevOps Server however, it failed with below…
0
votes
1 answer

Upgrade Azure Devops Server 2019 to Azure Devops Server 2020

I am trying to Upgrade Azure Devops Server 2019 to Azure Devops Server 2020 looking for some best practice Thanks [1040:2C34][2021-04-02T03:04:37]i000: MUX: Online feed url authoring not found [1040:2C34][2021-04-02T03:04:37]i000: MUX: Warning…
0
votes
1 answer

Get a detailed Testreport export on Azure Devops

I am searching for a way to get a detailed test report export on Azure Devops. My goal is to not only display if the test is passed or failed, but to also display the detailed teststeps and the comments that I added during the testing.
0
votes
1 answer

Can Azure Devops Server provision hardware

I know that you can apply ARM templates to create VM's via Azure Devops Services, but can it be done on prem using Azure Devops Server? or is it just a matter of building a pipeline with powershell to solve this?
0
votes
1 answer

How to include PS code with shared YAML templates in Azure DevOps Server 2020?

We use shared YAML templates extensively in our YAML builds. Something like this: trigger: none resources: repositories: - repository: templates type: git name: DFDevOps\cicd-templates ref: refs/tags/stable-1 #…
mark
  • 59,016
  • 79
  • 296
  • 580
0
votes
1 answer

Create query in Azure Devops server filtering on User Stories or tasks

I'm struggling to create a query to filter on either the parent user story or the nested child task but I can't figure out if this is possible. For example: There is a user story assigned to user A with tasks assigned to User B and C There is…
Janni Kajbrink
  • 661
  • 2
  • 7
  • 21
0
votes
1 answer

Azure DevOps Server 2019 - Create pipeline - No GitHub yaml option in Where is Your Code

I have Azure Devops server 2019 update 1.1, I understand from a couple of videos that when we try to create a new pipeline, we should see several options as follows whereas on my server, there is no "Githyb Yaml", only enterprise or othergit Am I…
0
votes
1 answer

Azure DevOps Edit Default Topic Branch Name

How can i set the default pattern of new Pull Request Branch Name Thanks
galsi
  • 421
  • 1
  • 6
  • 19
0
votes
2 answers

how to add a work item to an existing workflow at an Azure DevOps Server project?

I just install a new copy of Azure DevOps Server (TFS) to my own computer. the only work items I can use right now are: "Epic", "Issue" & "Task". Now my Question is: How can I add the work items "User Story", "feature"& "Bug"? Thanks any help will…
nir yakov
  • 1
  • 1
0
votes
1 answer

Calling workItemIcons api on azure devops server 2019 & 2020

I'm building an extension and am having trouble with the workItemIcons api endpoint only on azure devops server, it works fine for azure devops services. The end point I'm hitting is http://...../DefaultCollection/_apis/wit/workItemIcons. I'm…