Get a single work item in azure devops via api
As of now, I have to get the work items details from azure devops via api as I have to used it in the third party app but this doesn't seem to work This is the API Url I tried…
As of now, I have to get the work items details from azure devops via api as I have to used it in the third party app but this doesn't seem to work This is the API Url I tried…
I'm seeking assistance in exploring a command line solution to retrieve a list of work items / tasks from Azure Boards. I've experimented with az boards query, but encountered limitations in aligning it with my requirements. Specifically, I aim to…
We use release pipelines for releasing docker images onto dev/test/production. For prod stage, we have set a retention of 365 days and we also want to keep the last 10 builds. The main reason is so that we can know…
I'm currently exploring the transition from Microsoft-hosted agents to Azure Scale Sets for our CI/CD pipelines in Azure DevOps. However, I'm trying to wrap my head around the actual benefits of this move, especially considering we have a fixed limit…
I can't for the life of me understand what this api wan't from me ! I made a query to get the extensionId and publisherId from the cli. I connect with my tenantId because an admin PAT is not enough.…
I have built up a pipeline with a powershell task to create new secrets in Azure Key Vault. The same key vault is linked with Azure DevOps variable group (pipelines / library / variable group). I already added few keys…
I need to run docker commands such as "docker build" and "docker push" in azure devops build pipelines. I know there are tasks available to do these things such as imagebuildingInfo@1 etc. But issue is I need to do this…
I have a working azure pipeline, something like this: trigger: none jobs: - job: RunTest workspace: clean: all pool: vmImage: 'ubuntu-latest' steps: - task: Docker@2 displayName: Login to ACR inputs: command: login containerRegistry: my-acr - script: | docker run my-registry.azurecr.io/somerepo/rnd-hello:latest…
I'm having a issue building and deploying a NextJS14 app to Azure App Service in my Turbo Mono Repo and I seek help understanding the correct way to do that. I tried numerous things and everytime I'm missing a dependencie…
Created an Azure Linux Web App with Node 18 Stack. node --version returns 14.19.2 Since hours, I am trying to set the runtime version to 18. What I tried: Setting WEBSITE_NODE_DEFAULT_VERSION to 18.x or a concrete version, e.g. 18.19.1, restarted.…