33,395 questions
0
votes
0
answers
9
views
What's a scalable solution to "Request header too large 400 error" in an Azure Environment
We're building an ASP.NET application using JS and C#. We just added about 50 AD Groups to our Azure environment. This causes our headers to be too large. We do not want to increase header size but ...
0
votes
0
answers
15
views
Adding AzureDevops Feed to Rider on Linux
Currently I'm working on a C# Project, and I'm trying to add Azure-Devops Artifacts automatically.
What I tried so far:
Adding the Feed to config via Rider (username/password)
Rider asks me ...
0
votes
1
answer
27
views
Azure DevOps, optional parameter with empty string as default?
Is there a way to have an optional runtime parameter that defaults to an empty string and have it actually display an empty string?
Issue 1: When using an empty string, the parameter becomes required ...
-2
votes
0
answers
38
views
Terraform Helm release fails in Azure Pipeline: “Kubernetes cluster unreachable: the server has asked for the client to provide credentials” [closed]
I have an AKS cluster that is deployed using Terraform.
After the AKS deployment finishes, I run a **post-deployment step** in an **Azure DevOps Release Pipeline** to install **NGINX Ingress** using ...
5
votes
2
answers
60
views
Azure DevOps Self-Hosted Agent Fails Initialization Due to Very Slow Task Downloads [closed]
I’m trying to set up a self-hosted agent for Azure DevOps pipelines, but the agent never gets past the Initialization phase. It always hangs while downloading tasks.
Environment
OS: Ubuntu Server 24....
Advice
0
votes
1
replies
26
views
How can I create platform specific version for a VSCode extension
I'm making a VSCode extension that requires a compiled program (let's call it program A) to be shipped with the extension, but the build file is getting too large.
That is: on each OS platform, I have ...
-3
votes
0
answers
33
views
Terraform Helm release fails in Azure DevOps: “Kubernetes cluster unreachable: the server has asked for the client to provide credentials” [closed]
I have an AKS cluster that is deployed using Terraform.
After the AKS deployment finishes, I run a post-deployment step in an Azure DevOps Release Pipeline to install NGINX Ingress using the Terraform ...
Advice
0
votes
1
replies
44
views
Azure DevOps Server - how to create a separate build server
I am running Azure DevOps server 2019/2020 (on prem) and find myself in need to create a couple of new build servers. The only issue is I can't find the documentation for how to do this due to the ...
0
votes
0
answers
51
views
sqlcmd ODBC Driver 17 TCP Provider Error 0x2746 (Client unable to establish connection)
I’m running an Azure DevOps pipeline on an Ubuntu agent inside a container (rocker/verse:4.0.4).
The goal is to push data from R to SQL Server after refreshing some datasets. I installed the Microsoft ...
0
votes
2
answers
86
views
Azure Pipelines w/o Condition Stage Skipped Unexpectedly
I've got a stage in a pipeline that keeps getting skipped unexpectedly. I'm missing something here.
I've got a pipeline with three stages.
First Stage (deploy_to_test):
Triggers by a merge into "...
0
votes
0
answers
39
views
Error in Pod Update while building in Azure DevOps Pipeline for React Native
I'm setting up an Azure pipeline for a React Native project, but I'm running into an error during the Pod update step. Does anyone know what changes I might need to make in the Podfile, the YAML ...
Advice
0
votes
1
replies
23
views
Is there a way to colour tags in sprints in Azure Devops?
So i can alter the colours of tags on Azure devops boards but when it comes to sprints where the team and I are focused there is no option to do this?
Am I missing something or is am I using devops in ...
0
votes
0
answers
33
views
Separate Dependabot minor/patch PR from major PRs
I'm attempting to use the Tingle Software Dependabot extension for Azure Devops, and it can successfully create a PR with the NuGet dependency updates for the repo.
However, I'm trying to use the ...
Best practices
0
votes
8
replies
91
views
How to use EV Code Signing Certificates in Azure DevOps pipelines?
need to sign .NET assemblies, VSTO add-ins, and a setup installer during CI/CD in Azure DevOps.
I have an EV Code Signing certificate, stored on a hardware token. The private key cannot be exported, ...
0
votes
0
answers
157
views
Runtime variable from Variable Group in Library
My pipeline failed because it increases the default time for job execution (60 minutes):
[error] The job running on agent ... ran longer than the maximum time of 60 minutes
However, I set in library ...