41 questions with Azure DevOps tags

Sort by: Updated
0 answers

Issue: SubResults Not Displayed in Azure DevOps UI

I create a test run and specify properties such as time, state, and outcome. At the end, I add the pointIds, which automatically include the associated test cases in the run. Afterward, I update the results via a PATCH request, including additional…

Azure DevOps
asked 2025-03-10T09:08:33.47+00:00
Silas2004 0 Reputation points
commented 2025-03-12T07:59:48.4366667+00:00
Silas2004 0 Reputation points
1 answer

Avoiding Multiple Test Runs When Associating Test Results with Test Cases

I have a pipeline that runs integration tests, and I need to associate the test results with test cases in a test plan. To achieve this, I use scripts to: Update test cases within the test plan. Associate test results with the corresponding test…

Azure DevOps
asked 2025-03-11T09:39:01.0766667+00:00
Nataliia Melenivska 0 Reputation points
commented 2025-03-12T07:49:10.64+00:00
Nataliia Melenivska 0 Reputation points
1 answer

Fix other related Azure Issues

Hm. I am having additional issues related to "Missing environment variables." I am assuming that maybe somewhere it is because I need to add these variables inside both the build and the run phase inside my Dockerfile, given that I cannot find…

Azure DevOps
asked 2025-03-12T03:32:11.85+00:00
James Hizon 40 Reputation points
answered 2025-03-12T07:44:07.17+00:00
Suresh Chikkam 235 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

How to Access Azure DevOps Resources via Microsoft Entra OAuth Apps from a Third-Party Application?

Hi, I am currently working on integrating Azure DevOps resources into a third-party application, and I would like to utilize Microsoft Entra for authentication via OAuth. Could someone please provide guidance on the correct steps to set up and…

Azure DevOps
asked 2025-03-10T06:01:47.48+00:00
Jai Garg 20 Reputation points
accepted 2025-03-12T05:08:00.8133333+00:00
Jai Garg 20 Reputation points
0 answers

Issues with my organization accounts being unable to access my repo

I am currently trying to set up my organization permissions so that I can give my developors and other accounts access. Right now on my developer and other accounts it is showing 401 no access error even though the email for the developer and other…

Azure DevOps
asked 2025-03-12T01:41:10.6+00:00
Gurnoor Virdi 0 Reputation points
0 answers

Self-hosted Azure DevOps Pipeline Agent/Runner and Deployment to Different Environments

Hi We have a few Logic / Function apps protected with Private Endpoints. To deploy code to these apps, we're planning to deploy a self-hosted Azure DevOps pipeline agent / runner and seeking some clarification around it: Is it better (any preferences)…

Azure DevOps
asked 2025-03-11T23:52:41.6466667+00:00
Taranjeet Malik 546 Reputation points
1 answer

Why am I getting a permission error for AgentService.exe after Azure agent installation from Agent Pool?

I've currently trying to install an agent from Azure Devops > Project Settings > Agent Pools > Agents. I've set up the machines, and am able to get the agent itself onto the machine, and run them manually. However, I cannot run them as a service…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,487 questions
Azure DevOps
asked 2025-02-28T01:48:50.0066667+00:00
Chris 0 Reputation points
edited the question 2025-03-11T17:47:31.6733333+00:00
VenkateshDodda-MSFT 24,056 Reputation points Microsoft Employee
1 answer

How do you fix "Access is denied" when trying to create a service while registering an agent in a deployment pool?

When I go to "Azure DevOps > Organization Settings > Deployment Pools > {DeploymentPoolName}", it gives me a PowerShell script to establish a target to register on my VM. It basically looks like…

Azure DevOps
asked 2025-02-24T17:38:39.5433333+00:00
Chris 0 Reputation points
answered 2025-03-11T17:30:41.0333333+00:00
_-IJ-_ 56 Reputation points
6 answers One of the answers was accepted by the question author.

Azure DevOps Pipeline Error - Required Minimum Version 0.9.0 of Azure Powershell Cmdlets Not Installed

When running our Azure Pipeline, we encountered the following error in the YAML below: The pipeline attempts to execute AzureBlob Copy App Version 2.252.0 using Azure Powershell, but it fails due to outdated module version. The last build that run…

Azure DevOps
asked 2025-03-08T11:34:07.5966667+00:00
Kareem, Tobi 70 Reputation points
accepted 2025-03-11T17:15:32.1466667+00:00
Kareem, Tobi 70 Reputation points
1 answer

I am having a authentication problems with a release pipeline

Note tagged on blob storage because there is no tag for Azure Devops! We are experiencing authentication failures in our Azure DevOps Release Pipeline when using a service principal for deployment. Despite verifying that the service principal exists, has…

Azure DevOps
asked 2025-02-19T13:07:51.4866667+00:00
George Kallarackal 0 Reputation points
commented 2025-03-11T16:20:58.2433333+00:00
Suresh Chikkam 235 Reputation points Microsoft External Staff
1 answer

Facing an issue saying no hosted parallelism has been purchased or granted while trying to run pipeline. Have filled Azure DevOps Parallelism Request form still there is no response.

Hi everyone, I'm facing an issue where my pipeline fails to run with the error: "No hosted parallelism has been purchased or granted." I have already submitted the Azure DevOps Parallelism Request Form, but there has been no response. I also…

Azure DevOps
asked 2025-03-04T11:19:30.0666667+00:00
Aadarapu Jsv Sai Bhargav 0 Reputation points
commented 2025-03-11T16:06:01.69+00:00
Vinodh247 29,701 Reputation points MVP
1 answer

Is it possible to restrict deletion of attachments at Test Run Level for specific roles like Contributor

Is it possible to restrict deletion of attachments at Test Run Level for specific roles like Contributor? Currently users can add attachments or delete attachments to a Test run any time. I want to know if "delete" permission for attachments…

Azure DevOps
asked 2025-03-07T11:52:13.37+00:00
Sarma, Sarathchandra 0 Reputation points
commented 2025-03-11T16:03:53.27+00:00
Vinodh247 29,701 Reputation points MVP
0 answers

Build Pipeline, Code Coverage - internal server error

Hello, I've came across an unusual issue while trying to enable Code coverage for pull requests. I've enabled codeCoverageEnabled in the VSTest@3 task in my build pipeline and set this pipeline as a Build Validation in target branch policy…

Azure DevOps
asked 2025-03-10T18:50:24.05+00:00
Marek Łamasz 0 Reputation points
commented 2025-03-11T15:50:46.41+00:00
Marek Łamasz 0 Reputation points
1 answer

Problem with multiple conditions in the If block of ADO YAML file

I am migrating a .NET Core 6.0 API into .NET 8.0 . Migration is completed locally and the features are working as expected too. Now I am facing a problem with the ADO deployment templates. We have a shared deployment template in ADO, which is consumed by…

Azure DevOps
asked 2025-03-06T03:53:46.6533333+00:00
Divakaran, D (Dipu) 0 Reputation points
commented 2025-03-11T15:30:59.8866667+00:00
Suresh Chikkam 235 Reputation points Microsoft External Staff
0 answers

Why are we unable to fetch the success state when trying to retrieve the details of a successful PR using the Azure REST API?

When attempting to fetch the validation status of successful pull requests via the Azure DevOps REST API, we are unable to retrieve the "state: success" status. Instead, the API only returns statuses such as "Pending", "Not…

Azure DevOps
asked 2025-03-11T11:01:35.57+00:00
Medapati, Venkata Siva Reddy 0 Reputation points
commented 2025-03-11T13:39:30.5966667+00:00
Madugula Jahnavi 0 Reputation points Microsoft External Staff
0 answers

Deploy all free services

Deploy all free services that are avalable in my profile

Azure DevOps
asked 2025-03-11T08:12:39.1+00:00
Donations 0 Reputation points
commented 2025-03-11T13:24:50.12+00:00
Madugula Jahnavi 0 Reputation points Microsoft External Staff
0 answers

My Colleague is facing issue while using git action on Business application studio terminal for cloning the azure repos error Message is " git clone https://******@dev.azure.com/Org-STO/ProjectSTO/_git/sto-commons /home/user/projects/sto-commons --progre

My Colleague is facing issue while using git action on Business application studio terminal for cloning the azure repos error Message is " git clone https://******@dev.azure.com/Org-STO/ProjectSTO/_git/sto-commons /home/user/projects/sto-commons…

Azure DevOps
asked 2025-03-11T11:40:14.81+00:00
Deepika Chitnis 0 Reputation points
0 answers

How to count Azure DevOps Server (on premise) license usage from exported audit log?

Could someone help me understand how to count license usage from exported audit log? Exported csv file contains many rows with DevOps internal groups , services, and external AD accounts. Which of the following is taken as a license consumption if basic…

Azure DevOps
asked 2025-03-11T10:47:53.4033333+00:00
Zoltan Beres 0 Reputation points
0 answers

Azure DevOps: No hosted parallelism has been purchased or granted

Hi Everyone, I am using free trial Azure Account. I am trying to build and run a azure DevOps pipeline using self hosted agent and even with Microsoft Agent. we have free parallel jobs for private project but still I am getting No hosted parallelism has…

Azure DevOps
asked 2025-03-10T10:16:20.3633333+00:00
Ravikiran Patil 21 Reputation points
edited the question 2025-03-10T13:11:30.2733333+00:00
simo-k 4,020 Reputation points
1 answer

Azure DevOps Demo Generator not working

Azure DevOps Demo Generator not working Starting February 28, 2025, we are eliminating the need for us to authenticate on your behalf. Instead you will have access to an executable (.exe) file to create projects. The application is available now and you…

Azure DevOps
asked 2025-02-28T17:37:34.99+00:00
kamlesh singh 5 Reputation points
commented 2025-03-10T12:12:57.1766667+00:00
Piyush Bhatia 0 Reputation points