How can we change the Build Agent used by the automated build validation for PRs in Azure Devops
We have an agent that was recently updated to use hosted parallel jobs. Despite the update working fine for manually created jobs. Automated PR Builds from Validation are failing because they seem to be using the same un-upgraded agent, which has used…
Azure DevOps
Validating and Installing Python on Container Agents
Validating the Python installation on the container agent, installing Python if it is not present, and then validating the installation again to ensure it is correctly set up
Azure DevOps
How to obtain a new partner inegration sandbox license
Our current Partner intergration Sandbox License has expired, and i'm looking for a way how to obtain a new partner intergration sandbox license within the same tenant .
Azure DevOps
Download tasks from cache if self hosted agent is container /POD
When using a Windows Server as a self-hosted agent, we know that if subsequent pipelines run on the same agent, the required tasks are not downloaded again; instead, they are retrieved from the agent’s cache. If we use a Windows container as the…
Azure DevOps
LogicApss in Azurre devops
We’re working on an Azure Logic App that needs to be deployed to production. Right now, we handle deployments manually in our lower environments. Is there a ready-made solution or example for setting up automated deployments of Azure Logic Apps using…
Azure DevOps
Valid domain user receives 401 error when accepting azure devops invitation
A new employee was added to our devops instance as an administrator. When she attempts to login, she receives a 401 error. This also happens with her external email account which was also added.
Azure DevOps
How to Purchase AZ-104 Exam for an Employee with Company Invoice?
Hi Everyone, I’m looking to purchase the AZ-104: Microsoft Azure Administrator certification exam for one of our employees. Ideally, we’d like to make the purchase on behalf of the company and receive an invoice for accounting purposes. Could anyone…
Azure DevOps
Azure Devops picking "wrong" sprint to display in Sprint board with SAFe
I have an issue with Azure Devops. We've fairly recently switched to using SAFe (Scaled Agile Framework for Enterprises), and so now we're doing all our planning in 3-month increments, with 6 iterations of 2 weeks each in each increment. This now means…
Azure DevOps
Azure web app deployment via yaml so developer made one of the dll file changes so we build the pipeline and deployed it successfully and even it's updated in artifact as well but we don't see that changes reflected in azure web app for that dll file why
Azure web app deployment via yaml so developer made one of the dll file changes so we build the pipeline and deployed it successfully and even it's updated in artifact as well but we don't see that changes reflected in azure web app for that dll file why
Azure DevOps
Error while building
I am seeing following error in the pipeline building at STEP "RUN apt-get update
Azure DevOps
How to get last commited time of a repository?
I have multiple repositories under multiple projects on azure devops. I want to know if we can find the timestamp of last commited time of a repository. From this api: GET…
Azure DevOps
Error path not found
We are seeing following error in thein the pipeline Unable to locate executable file: 'databricks'. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable
Azure DevOps
"Azure IP Ranges and Service Tags – Public Cloud" is not updated
Official Azure IP list (https://www.microsoft.com/en-us/download/details.aspx?id=56519) is not updated with the latest IP ranges mentioned here…
Azure DevOps

Unable to view/Access the Azure Devops Board due to owner issue
Dear Team, I would like to let you know that we couldn't access the Azure Devops board due to owner issue in this link in our organization- https://dev.azure.com/CDA-XXX/ . we got an admin access from the owner, unfortunately he left from the…
Azure DevOps
Cannot move Azure resources by Azure CLI
I would like to move Azure resources from resourceGroupA to resourceGroupB. ResourceGroupB is in another subscription, but in the same tenant. az login --service-principal --username 'someGUID' --password 'someSecret' --tenant 'tenantGuid' az account set…
Azure DevOps
Client does not have access on Manigest file
I am seeing following error in the pipeline logs unauthorized: The client does not have permission for manifest
Azure DevOps
Not able to finish PR due to build policy
Not able to finish PR due to build validation policy how we can do this
Azure DevOps
Access to agent pools
Access to agent pools and permissions to create a new release pipeline
Azure DevOps
Get a User's DevOps ID that is visible in the event payloads when the user is mentioned
I have a Service Hook (consumer: Webhooks) that is triggered when a comment is added on a Pull request. These comments include mentions to users of the project, and I have some application that does some processing based on these mentions. The event…
Azure DevOps
Workload Identity Federation -Azure Synapse Release pipeline Fails with Error
We;re creating a release pipeline for Azure Synapse using WIF for automatic connection and everything works fine ( Verified Permissions on the SPN) however when running the release pipeline Getting this error . 025-06-13T11:42:41.3876045Z An error…