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. The current version of Azure DevOps Server is 2020. Use this tag for questions on the 2019 on-prem version, as opposed to Azure DevOps Service, which is the cloud version.
Questions tagged [azure-devops-server-2019]
393 questions
-1
votes
1 answer
Security report for Azure DevOps Server 2020?
Is there a report that can provide the security permissions for all users in Azure DevOps Server 2020 (Update 1)?
I see reference to one for Azure DevOps Services, but it doesn't seem to be available for Server (Download permissions report for a…

Mr.Zzyzzx
- 145
- 1
- 12
-1
votes
1 answer
Is there a way to print all the pipeline names from a folder in Azure Devops Server -2019
To complete the estimation and scope of the task, our company was asked to obtain a list of all the pipelines. When we looked into that, we saw that there were over 1000 pipelines organized into various folders, but surprisingly, there were no…

user3616471
- 63
- 1
- 6
-1
votes
1 answer
Azure pipeline not working for production
I want to deploy 3 Service Bus Resources using the azure pipeline.
amit-dev - for dev environment.
amit-tst - for the test environment.
amit-prd - for PRD environment
test and dev don't need approval, but prd deployment needs approval.
my pipeline…

amitsuneja
- 23
- 1
- 3
-1
votes
1 answer
Sharing Azure DevOps Portal with Azure DevOps Server 2020
We already have pipelines on Azure Devops portal that connects to repos on the cloud.
I created pipelines to trigger when files are committed on the repos and to run on self hosted agents.
We use to have some internal repos on a TFS server…

ClaudeVernier
- 427
- 4
- 20
-1
votes
1 answer
How to deploy release artifacts to machine place in different subnet
We have Azure DevOps Server(On-Premises Version).
Here our release/deployment agent is on one subnet and servers where we have to deploy artifacts are in a different subnets.
Within one subnet I am able to deploy artifacts. But here I have to deploy…

sujayadkar
- 63
- 1
- 13
-1
votes
2 answers
Exporting all the Groups/Users from Azure DevOps Server(OnPrem)
Looking for options for exporting all the Groups/Users from Azure DevOps Server(OnPrem). We are on Azure Devops Server 2019

Vinay Sandela
- 15
- 3
-1
votes
1 answer
Unable to replace docker tag in release pipeline automatically
my build pipeline is in azureDevopsservices and my release pipeline in azuredevopsServer
build pipeline is creating docker image and keeping in image azure container registry and working fine
release pipeline is deploying docker image in AKS cluster…

Satyam Pandey
- 593
- 2
- 10
- 32
-1
votes
1 answer
AzureDevops server - deploying to cloud VM instances
I've seen some resources and other videos about deploying from Azure DevOps Services to on premises servers/VM instances.
What about doing the opposit? By the opposit, I mean having a on premises AzureDevops Server 2019 and willing to deploy to…

chrisdot
- 659
- 6
- 19
-1
votes
1 answer
Azure DevOps server 2019 Migration to Azure DevOps services using Data Migration tool
following the document for migration .... but in our case all user identities are maintained in Azure active directory and Azure ADDS(no on-premise AD is used).... so can i ignore the status of users in identityMap.csv file and go ahead with…

user14876683
- 15
- 3
-1
votes
2 answers
How to restore azure repository?
Team,
How to take backup of azure repo and is there any way to restore azure repository.
if someone deleted azure repo then how can restore this.
Thank you.

Devops user
- 1
- 3
-1
votes
1 answer
How do I disable HTTPS redirect in Azure DevOps Server 2019 upd 1.1?
When installing Azure DevOps Server 2019 upd 1.1 with default settings (minus database coupling of course), the system is setup with a self signed SSL certificate and HTTPS redirection.
This is to be published using a reverse SSL/TLS-proxy server…

Dennis
- 871
- 9
- 29
-1
votes
1 answer
Does Azure Devops Server 2019 include the "Environments" feature
We recently upgraded to Azure Devops Server 2019 but i don't see Environments under the Pipeline menu.
Is the Environment feature present in Azure Devops Server 2019?

TheBeardedDBA
- 47
- 4
-1
votes
1 answer
What is the web context of Azure DevOps Server 2019 on premises?
I have to upgrade TFS 2017 on premises to DevOps 2019 on premises. With TFS 2017 I used http://servername/tfs/collectionname. Does DevOps 2019 provide a web context like "tfs"? I guess it could be "devops". By other hand, in the installation wizard…

Francesco Sclano
- 145
- 1
- 12
-1
votes
1 answer
ADS 2019: How to create a service connection to an Azure Storage Emulator?
As a part of my testing harness, I'd like to deploy to an Azure Storage Emulator container.
For production releases, I'll use an Azure CLI release task with this command:
call az storage blob sync -s %ReleaseDirectory% -c %ReleaseName%…

InteXX
- 6,135
- 6
- 43
- 80
-1
votes
1 answer
Azure DevOps Server - get `scope` of the project
I have Azure DevOps Server v2019.Update1.1 and I want use tfssecurity cli to create new groups in the project (because graph api is not available for on-premise yet)
To do so I need scope parameter which will identify project. From documentation:…

kagarlickij
- 7,327
- 10
- 36
- 71