Azure Pipelines - AzureCopy and Blob storage issues
We are getting following error when trying to use Azure Copy ##[debug]Upload to container: '6f0643ee-b61c-4d4c-a483-52926f0301aa' in storage account: 'xxxxxxxxxxxxxx' with blob prefix: '' failed with error: 'AzCopy.exe exited with non-zero exit code…
Deploy all free services
Deploy all free services that are avalable in my profile
How to create a service endpoint using az devops cli?
Hi, Is there an approach to create a azure rm service connection with user assigned managed identity? I have used copilot and ended up with below , however it does not work. { "name": "AzureRM-ServiceConnection", …
How can we implement Azure DevOps Pipelines to automate the deployment of Azure Synapse Analytics data from the Development environment to Production? I am looking for a detailed technical implementation
How can we implement Azure DevOps Pipelines to automate the deployment of Azure Synapse Analytics data from the Development environment to Production? I am looking for a detailed technical implementation approach to address this business requirement
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…

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

failed to create webhook
/bytebase.v1.VCSConnectorService/CreateVCSConnector INTERNAL: failed to create webhook for project kshema-desing-v2 with error: failed to create webhook: failed to create webhook, code: 403, body:…
Classic release pipeline triggered by artifact although no trigger is configured.
I have a classic release pipeline that is intermittently triggered by an artifact from a different project, while neither a continuous deployment nor pull request trigger is configured on the artifact.

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…
Expiration time for Refresh token generated using Azure DevOps Oauth2
I am trying to generate Access Token and a Refresh token with help of Microsoft Azure DevOps Oauth 2. I am successful in generating it. Either if access token is valid or expired, I am able to generate new access token and a refresh token with the…
Setting Permissions for Permission Groups via Azure DevOps REST API
Hi, I am currently working on creating a new permission group in Azure DevOps from my application using the REST API, and I need to configure specific permissions for the group. Is there an API available that allows me to change or set permissions for…
##[error]TypeError: paths.flat is not a function
While the build is running, I am getting ##[error]TypeError: paths.flat is not a function error. We are using # Compress files into .7z, .tar.gz, or .zip. - task: ArchiveFiles@2 task but it is breaking, and I am not sure why. Error : ##[debug]Processed:…
How to hide the "New Organization" and "New Project" button in Azure Devops Cloud
Hello, we would like to hide the buttons "New Organization" and "New Project" in Azure Devops to all users, but we couldn't find a way to do this. We would like to give the visibility to the Azure Devops Administrator role only. Is…
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…
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…
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…
APPX1101: Duplicate File Build Issue in Azure DevOps NOT Present in Local Builds
We have a situation where there is one project (referred to as MAIN_PROJECT) and another (SUB_PROJECT) all i the same solution. In the MAIN_PROJECT.csproj, there is an item group that refers to the sub, like so: <ItemGroup> <ProjectReference…
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…
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…