Download universal package without az cli using REST API
I want to download universal package without az cli, how to get the download link? I don’t want to use az cli. Is it possible?
Azure Dev Ops Template/Copy Epic with all Children
I am trying to create a template Epic with child Features and each of which have child User Stories.
Webjobs getting deleted when app service is deploy in Azure Devops
So, bascially I have 2 release pipeline in azure. One for web app and one for webjobs. But they are both deployed in same service. But whenever I try to deploy one pipeline the other service gets replaced.
Webjobs getting deleted when app service is deploy in Azure Devops
So, bascially I have 2 release pipeline in azure. One for web app and one for webjobs. But they are both deployed in same service. But whenever I try to deploy one pipeline the other service gets replaced.
Webjobs getting deleted when app service is deploy in Azure Devops
So, bascially I have 2 release pipeline in azure. One for web app and one for webjobs. But they are both deployed in same service. But whenever I try to deploy one pipeline the other service gets replaced.
Has Process Template Editor for Visual Studio 2019 been Deprecated?
I can no longer find the Process Template Editor add-in on Visual Studio Marketplace.
I use this to create and update WIT forms for Azure DevOps Server 2019. Does anyone know of an alternate tool that does the same?
is there a way to translate an entire Devops Backlog to English?
My team has always used Devops in our native language, Dutch, but we will be adding a few foreign developers to our team. At the moment we have hundreds of open user stories that are all written in Dutch that I’d like to be translated to English. Is there any automated way of doing this, or do I have to do this manually?
Adding tag for specific Docker image
I am using a pipeline (MainPipeline) which triggers the next one (DependantPipeline).
Can’t find the correct artifacts
I have a pipeline (MainPipeline) which triggers another one (DependantPipeline).
Azure Devops Pipeline how to dynamically make (mutually exclusive) stage skipped
I have both B & C stage depends on A, and B & C are supposed to be mutually exclusive stage.