I am trying to set up test (manual/yaml) in Azure Load Testing service and my test uses client certificates, so I uploaded jmx, keystore(.p12) and csv (has alia
So there is List Release Deployments API. It allows to get all the deployments started after the given timestamp. However, how to get those completed after it?
I have node docker application which is running on Azure app service but the same application is not working on Azure container apps. I'm not able to find the i
I have a project where I'm using Terraform in Azure DevOps Pipeline create Infrastructure but want to destroy the infrastructure in a PowerShell script running
I have the following variable in my pipeline script: variables: is_main: $[eq(variables['Build.SourceBranch'], 'refs/heads/main')] And I want to use it like
We're setting up infrastructure as code in Azure pipelines. I now have a list of Role assignments; Roles which I want to give to groups. I've defined a list of
Stage is getting skipped eventhough all dependencies seems conditions are present. Here are rquirements for a pipeline: stage 'NextTest' should be run after sta
In a YAML release pipeline, I need to do a simple replacement in the js files contained in the artifact coming from another pipeline. These files have a certain
I'm working with the Azure DevOps API and Microsoft Graph API. This is the issue: I create an AAD (azure active directory) group, then, I create a new ADO (Azur
I have different environments added in my cypress.env.json file like below { "environment":"staging", "prod":"http://production.com", "staging":"http:/
Warm greetings for the day. Hope you all are good. We are looking for REST API's to do code merge, branch and check-in for TFVC in Azure Devops. Couldn't find,
I'm working on writing a script which will run from AzDo Pipeline to disable F5 WebServers. Below script works fine in Visual Code and does disable the server a
Error when executing .\migration.exe execute –config .\configuration.json Unhandled Exception: System.IO.FileNotFoundException: The configuration file '
Error when executing .\migration.exe execute –config .\configuration.json Unhandled Exception: System.IO.FileNotFoundException: The configuration file '
I have Data Factory Dev environment. I have removed few pipelines in master branch. Then saved and published. I have Azure DevOps Release, which has stage Test.
I'm trying to figure out how to push a tag after a successful build back to the azure devops git repository. Whether I'm just asking the wrong questions or goi
I am trying to build a UWP app using the latest version of windows for my vmImage, currently the build script looks like this: Build script Code # Universal Win
I have a .Net 6 web application that I am building in devops. I am trying to substitute settings in the appsettings.json, but somehow can't get it working. What
I have a build pipeline that publishes a release artifact for consumption by the release pipeline. pool: name: Azure Pipelines demands: - npm - msbuild
Morning , I have a question , is their a way to capture who triggered the pipeline , it will happen automatically when some one commit in my master branch in GI