33,393 questions
0
votes
0
answers
35
views
Unable to create the connection between Azure DevOps and Github Repo as IP restriction is allowed on the GitHub ORG
I am having the Github org on cloud subscription, and also having the enterprise level security implemented like IP restriction is already implemented and only traffic from the organization is allowed....
1
vote
1
answer
60
views
Splunk otel collector unable to process file log receiver
I am trying to send Azure Devops agent logs to cluster receiver.
Here is the receiver config block
apiVersion: v1
kind: ConfigMap
metadata:
name: otel-sidecar-config
...
1
vote
0
answers
51
views
Trigger Adding Automatic Parent Feature by Creation of Custom Work Item Type?
I have a custom work item type which will always have the same parent feature. I'm trying to create a pipeline which is triggered by the creation of the work item type to add that particular feature ...
0
votes
0
answers
47
views
Azure Machine Learning - Failure on Deployment Model to an Endpoint
I am trying to deploy my registered model into the created endpoint. However, the workflow that I created for this purpose fails on the stage where az ml online-deployment create works.
I am running ...
0
votes
0
answers
31
views
How to move Content Types/Blocks across environments in Optimizely (PaaS & SaaS)?
I’m new to Optimizely CMS and trying to understand the correct way to move Content Types or Blocks from local → Dev → Stage → Prod.
Since content types are defined in code, I’m unsure:
How these ...
0
votes
0
answers
77
views
Azure DevOps Dashboard Widget fails with "ERR_BLOCKED_BY_LOCAL_NETWORK_ACCESS_CHECKS" in Edge 143+ (works in Firefox)
I'm developing a widget in Azure devops dashboard that uses the api of ADO to get information of our pipelines. The problem Started the 9 of december after the update of edge143+ on 4 of december. ...
-1
votes
0
answers
55
views
Deploy Data Factory using Linked Resource Manager templates with AzureResourceManagerTemplateDeployment [closed]
I want to deploy a big Data Factory using linked ARM templates with Azure DevOps Services (https://learn.microsoft.com/en-us/azure/data-factory/deploy-linked-arm-templates-with-vsts?source=...
Best practices
0
votes
1
replies
37
views
Deploying separate repos to production with azure-pipelines.yml
I have 4 repos in Azure (all are in development branch):
- Web App
- Web API
- Mail Console 1
- Mail Console 2
Here's how I deploy them in testing phase:
1. Publish Web App and Web API
2. Build Mail ...
Advice
0
votes
3
replies
60
views
Azure Devops GIT Merge Using Visual Studio
I have a branch that I want to merge into the master and I'm not sure why I'm not seeing a clear path to do so. Using Visual Studio 2019, I can see that the project has the master and one branch, ...
0
votes
1
answer
49
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
44
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 ...
5
votes
2
answers
71
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
31
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 ...
Advice
0
votes
1
replies
48
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
56
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 ...