2,684 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
32
views
Resolving ArtifactLinks for GitHub
I'm working with a Microsoft partner and we are using Azure DevOps for day to day work. I'm automating ADO work item GitHub PR & Commit using co-pilot.
Currently in the workitems api provided by ...
0
votes
1
answer
29
views
How to pass variable in Classic ADO pipeline between two Powershell Scripts
I have two tasks:
The 'Set Solution Name does this:
$SolutionName = "UnknownSolution"
Write-Host "::vso[task.setvariable variable=SolutionName;]$SolutionName"
Write-Host "...
B-Rad's user avatar
- 1,567
0
votes
0
answers
131
views
TADOTable Open Fails
I'm using SQL Server 2017 and ADO components with Delphi, creating an FMX application for Windows.
In the DataModule, I've added a TADOConnection and some TADOTable and TADOQuery components. In the ...
1
vote
1
answer
110
views
Can C++ ADODB Connections to a SQL Server AG Specify Application Intent Read Only?
We have an SQL AG with read only routing correctly configured and confirmed working via sqlcmd -K readonly --> select @@servername confirms we are directed to a readable replica.
When attempting ...
0
votes
0
answers
92
views
How to bootstrap private self hosted build agent in Azure with PowerShell
I am trying to run this PowerShell task on self hosted private Windows build agent.
https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/azure-file-copy-v6?view=azure-pipelines
...
0
votes
1
answer
162
views
Why TADOConnection in a Delphi service application does not connect?
I have a problem with TADOConnection in a Delphi service application.
I want to read a string from a Text file and put it into my ADOConnection's connection string and then connect the ADOConnection ...
0
votes
1
answer
32
views
Add Entra group as administrator to repository
i have a entra group X, i want to add them in repository and set the permission as admin access through API. and it should be visible in UI here
com-project → Project Settings → Repositories → sample-...
0
votes
1
answer
59
views
ADO deploy function app with self hosted agent
Has anyone deployed a function apps with a self-hosted agent? looks like the ADO tasks all require a service connection.
- task: AzureFunctionApp@2
inputs:
connectedServiceNameARM: # string. ...
-1
votes
1
answer
207
views
How to do VNET peering cross tenants using ado?
I have a use case that involves VNET peering between networks located in different tenants and regions.
I'm utilizing Azure DevOps (ADO) and Terraform for the peering implementation.
Currently, I have ...
0
votes
2
answers
577
views
How do I merge code coverage information from different tests and coverage files
I have a scenario where
I have multiple tests (for the same source code) that are run in parallel
The code coverage report is generated and stored in separate folders per test
End of the day, I need ...
1
vote
2
answers
209
views
SQL Statement errors when using ActiveX Data Objects (ADO) VBA in Microsoft Access
I am experimenting with using ADO to connect an Access frontend to an Access backend. Frontend is just a data entry tool. Users won't be making edits/updates to any records in the backend. Reason for ...
1
vote
1
answer
186
views
Access ADO Pipeline Output Variables using the Azure DevOps CLI
I have an ADO pipeline which has a single job in it which sets some variables. I need a way to run this pipeline from the cli with a command like this:
run_id=$(az pipelines run --name "...
0
votes
0
answers
76
views
Excel CopyFromRecordset method has suddenly gotten very slow but still fast in debug mode
The code below has worked very well for the last 6 or 7 years. The database is SQL Server 2008 R2, the client is Excel 365 64-bit (v.2502). Over the past few months, some users are seeing execution ...
0
votes
1
answer
135
views
Docker Image Builder in ADO pipeline
I am Trying to build the container image through ADO pipeline and docker Task , While running Bash@3 Task getting Bash Error , that I added below. and if I skip the Bash@3 task getting another error ...
1
vote
2
answers
467
views
Azure DevOps Pipeline to Deploy Terraform fails
I've got this ADO pipeline to run Terraform Plan then Deploy it
The job does the plan correctly, then stop for an approval, then when try to Init again and the deployment stage i'm getting this error ...