I am using third party software for master data management. This software does not have API's to perform deployment across environment. It has command line util
I have created an Azure API Management instance. I want to integrate OpenAPI into Azure API Management using Azure DevOps CI & CD pipelines. For each releas
We have a build pipeline that's been working for a year or two. This builds and creates a few artifacts - ASP.Net web application, windows services, etc. The is
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