In Azure DevOps Boards, if you open a work item and reference another in the discussion field by using #ID for the work item you want to discuss, ADB automatica
I'm attempting to deploy an aks cluster and role assignment for the system assigned managed identity that is created via terraform but I'm getting a 403 respons
I'm getting this error in my PR pipeline and I'm not sure what the cause and solution is. The Docker task is pretty well templated and the stage does exist in m
I am using this ADO API - https://docs.microsoft.com/en-us/rest/api/azure/devops/git/pull-requests/get-pull-request-by-id?view=azure-devops-rest-6.0 I make this
I'm working on a Kotlin Multiplatform project which is building fine locally but I can't get it to work on an Azure DevOps pipeline. Some good things to know: n
We have a team Foundation Server setup on premise. This is Azure-devops but a local setup. We have the ASP.Net code. The code base doesn't have a .sln file or
I use the following azure pipeline (it is simplified for testing): parameters: - name: BUILD_QUALITY displayName: What is the build quality? type: str
We have a requirement where we need to move/migrate an Azure DevOps project from one organization (Organization A) to another organization (Organization B). We
I am trying to create an azure function app using .net5 isolation, however the azure portal doesn't have an option for .net 5 only .net3.1 and .net6(preview), a
In the local system i am writing commands: pip install databricks-cli databricks configure--token token value and later token Now the thing is In azure devops i
I am trying to run a test on one of the pools present and while doing do I am getting the below error Apache Maven 3.3.9 Maven home: /usr/share/maven Java versi
So I'm trying to install an Azure DevOps deployment agent on Linux machines (Ubuntu 20.04 Focal Fossa). I tried to do so by executing the the code snippet, that
I am using online Visual Studio Team Services and GIT for a repository. I have the latest installation of GIT on my computer but when I push code to the reposit
I have setup the VSTS release definition with Dev and Test environments, those environments successfully deployed without any issue from last 2 months but sudd
I'm currently performing some mobile app automation with Appium and Python, where test cases are on Azure Devops. I have done the same thing with Appium, Pyth
This is new topic for me, I am trying to integrate BrowserStack with Azure DevOps pipelines. I have followed all steps mention in the documentation by Browserst
Summary How do I get the name of the current git tag in an Azure Devops Pipeline YAML-file? What Am I Trying to Do? I am setting up a build pipeline in Azure
How can I refresh the list of remote branches in my Visual Studio Team Explorer panel? In the Visual Studio 2017 Team Explorer, Branches panel, I could see the
In my pipeline, the two last stages are Deploy and Qa-test. It look like this: Now I need to run integration-tests automatically when the deploy-stag job is fi
I am trying to publish Hello-world to azure app service. I am using below code from my git repo as below https://github.com/biswajeetbehera/java-hello-world-wi