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…
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…
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…
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…
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…
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)…
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…

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 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…
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…
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…

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…

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…
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…
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…
Deploy all free services
Deploy all free services that are avalable in my profile
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…
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: 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 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…