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:

16 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
  • 753
  • 2
  • 15
  • 33
1
vote
1 answer

replace with regular expression in azure devops

I want to take this buildVariable Build.SourceVersion which will equal for example: 0gc58d92d905d62415b8866g3f48f17416da426s And replace from digit [7] till line end with empty string 0gc58d92 I tried - ShortCommitId: ${{…
1
vote
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…
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
  • 451
  • 1
  • 9
  • 28
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
0 answers

Azure DevOps with Boomi (or) Jenkins with Boomi for CI/CD automation with various stages

Are there any methods by which we can integrate Dell Boomi with Azure DevOps or Jenkins to implement CI/CD automation with various stages including unit testing and SonarQube etc? Any help with tools details and approaches is highly…
0
votes
1 answer

Azure Red Hat OpenShift requires a minimum of 40 cores to create and run an OpenShift cluster

0 I am trying to deploy ARO azure redhat openshift cluster but it get failing stating The resource operation completed with terminal provisioning state ResourceQuotaExceeded Resource quota of cores exceeded. Maximum allowed: 21, Current in use: 2,…
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
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
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
1
2