I'm trying to set up automated pipeline for database creation and need to open access for all users of some AD group. Last part is done through CREATE USER [Gro
I have created an azure pipeline. Added a task to download the file from blobStorage. But I am getting the following error: ERROR: The command failed with an u
I want to copy files from azure data lake storage to azure blob storage. when i use static file name it's copying successfully but it is not getting success whi
I want to Update the Web.config file using Azure DevOps Release Pipeline. I am using [Update Config][1] Task from MarketPlace. [1]: https://marketplace.visualst
I need to make my stages in DevOps YAML pipeline dependent or not based on pipeline variable (not variable defined in the YAML). I tried something like this: -
I hope somebody can direct to the best approach to solve this matter. I have an azure account on which I have an azure container registry holding my docker imag
I'm currently using a service connection for this: - task: S3Upload@1 inputs: regionName: 'us-east-1' bucketName: 'bucket' sourceFolder: '
I would like to insert a condition in my pipeline, specifically I would like the swich pipeline from the default agent to the custom one when I get an error, ho
I am trying to associate my automation with their test cases in Azure, but I keep running into an issue where after it runs, the outcome is "None" and the TC sh
I'm new on Azure DevOps, so I'm struggling to solve a basic problem about variables. Hope anyone can give me a hand with it. Basically, my release pipeline has
My target is to run our postman integration tests inside our azure pipeline. For this I am trying to access the health page of my service inside the Azure Pipel
I have a YAML Azure DevOps pipeline that loops through series of configurations, copying artifacts to various places. What I want to do is, after the looping i
I am trying to merge different .config file to Web.config depending on which environment the Release is deployed. But, when I enable the XML Transformation in I
We have a dev and a master branch. When making a change I take a feature branch from Dev make those changes and push them and pull them back in to Dev for a rel
I wanted to create an Azure Pipeline Agent on a linux machine, but I met such error - Error reported in diagnostic logs. Please examine the log for more details
I am trying to deploy an Android Instant App using Azure DevOps release pipelines. Therefore I already have a working release pipeline for my app and can succes
I have setup Azure DevOps CI/CD in my project. I want to share APK artifact to someone else via public link. Via artifact link, it requires credentials. Anyone
I am trying to transform data from ADLS by using Azure Synapse's Dataflow and store it in a table in Dedicated SQL Pool. I created a Dataset 'UserSinkDataset' p
Currently my pipeline always runs builds on other branches, My expectation is that my pipeline only need to run build of a single branch which is master branch
I have a release pipeline with a QA/Smoke Test stage, that generates XML files containing test results. If I run this manually on my machine, obviously I have a