Questions tagged [azure-devops-server]

Azure DevOps Server is a complete Application Lifecycle Management (ALM) suite, offered by Microsoft. ADS combines activities such as Source Control Management, Work Item Tracking, Project Management, Build Management, and Reporting into a single product with strong integration points to the Visual Studio and Microsoft Office product lines.

Azure DevOps Server is a complete Application Lifecycle Management (ALM) suite, offered by Microsoft. ADS combines activities such as Source Control Management, Work Item Tracking, Project Management, Build Management, and Reporting into a single product with strong integration points to the Visual Studio and Microsoft Office product lines.

Additionally, the rich API and extensibility points of ADS allows for custom applications and plug-ins to be created to customize ADS beyond the standard clients and server actions.

Product information:

15 questions
1
vote
0 answers

All things ADS (alas, TFS is no more...)

After an in-place upgrade from TFS 2018 to ADS 2019, I'm in the process of migrating all of my TFS nomenclature to ADS. For example, the supporting service accounts have been changed from TFS_Service / TFS_Build / TFS_Reports to ADS_Service /…
InteXX
  • 713
  • 13
  • 31
1
vote
1 answer

How to manage pipelines in multiple branches, in azure devops?

Let's say I have branch fetaure1, where there is pipeline file. The trigger will be like this. trigger: - feature1 For development purpose, I created a new branch from it say (feature1_deveoper1) But, even though this new branch has this…
Sara June
  • 389
  • 4
  • 15
1
vote
1 answer

The need for Azure Firewall

I just need some help to figure out if Azure Firewall is actually needed for the below architecture. Just to set some context, we are using a micro-services based architecture deployed in AKS. Apart from that we have already configured Web…
1
vote
0 answers

Managing and installing packages for applications in a Windows Environment

I have been tasked with the mission to setup development pipelines in a predominant Windows environment, using mainly Devops Server 2019. I personally come from a strong Linux background, and been building pipelines and development lifecycle systems…
0
votes
2 answers

Issue connecting Visual Studio 2015 to Azure DevOps after password change

For several months I've been using Visual Studio 2015 connected to Azure DevOps for Source Control through http://dev.azure.com/. My employer required me to change my Office 365 password last week, and now I can no longer connected to Azure DevOps…
andyabel
  • 111
  • 1
0
votes
1 answer

How to limit my outbound connection in Azure?

I want to limit my Azure VM outbound connection. Only allow connections to some limited domains and the rest of the connections should be dropped.
0
votes
0 answers

Azure Devops -- Link files in one organization to work item (task) in a different organization

We have an on-premises Azure Devops Server running Azure Devops 2020. We would like to link files in one organization (A) to work item (Agile task) in a different organization (B). For example, I may need to check in a .html file in organization A,…
JosephDoggie
  • 167
  • 2
  • 4
  • 14
0
votes
1 answer

Azure DevOps 2020 Application Pool stop working after Sharepoint Uninstall

So, as these types of posts usually start, I inherited an old Azure DevOps server (currently On-Premise DevOps 2020, running on Windows Server 2016) that I am now running mostly by myself (and as these things also usually go I'm a developer not a…
Vaethin
  • 11
  • 1
  • 3
0
votes
1 answer

How to send notifications to teams using azure devops pipeline?

I saw there is a teams app for azure pipelines and while adding that it is asking for complete pipeline access to the group we add to. Instead of using this, I just want to send notification to a teams group or individual users that build is…
0
votes
1 answer

Azure DevOps Server - cost to upgrade from 2019 to 2020

We have an on-premises Azure DevOps Server 2019, bought as a "standalone" license (not subscription based). Are we entitled to upgrade to 2020 or is this a separate, licensable product that we'd have to purchase? I can't find any pricing…
0
votes
0 answers

Replace users in Azure DevOps Server

I migrated an Azure DevOps Server (née TFS) to a different physical machine, and while most stuff seems to work, one thing that didn't survive is user identities, because the old machine was in a different domain (in the NT sense). Suppose a project…
Sören Kuklau
  • 25
  • 2
  • 9
0
votes
1 answer

Azure Devops Server 2019 Backup testing

I have created backups using Azure DevOps server 2019 so I want to test the integrity of those backups. by testing I mean check that the backups are valid. I can't check them manually because of the huge amount of data so I thought about a hash…
0
votes
2 answers

Azure DevOps Server 2020 and http/2

I've set up https on our Azure DevOps Server 2020.0.1 and want IIS to serve the website over http/2. When browsing the website with a Chromium based browser (Chrome, Edge) all content is served over http/1.1. When browsing with Firefox static…
awineb
  • 101
0
votes
1 answer

Can a single DC be demoted?

I'm running WSE 2016, which must be the only DC in the domain. According to the documentation, it is incompatible with a PDC/BDC construct. For some unknown reason, Windows Updates have been failing for some time now. I've been working with…
0
votes
1 answer

localdb RESTORE SQL works on my Win 10 box, but not my Azure pipeline agent

I have an Azure pipeline that refuses to run my integration tests (well, prior to running the tests, it must create necessary databases from .bak files - and that's the part that is failing) This SQL is being invoked as part of my MSTest…
bkwdesign
  • 103
  • 1
  • 4