Latest questions in Other DevOps Questions

0 votes
0 answers

How to create a feature burndown chart in Azure DevOps?

The Azure DevOps documentation that describes Burndown and ...READ MORE

Mar 26, 2022 in Other DevOps Questions by Kichu
• 19,050 points
2,130 views
0 votes
0 answers

how to install ADOP a.k.a. Accenture devops platform in local desktop without using server?

I came to know that ADOP a.k.a. ...READ MORE

Mar 26, 2022 in Other DevOps Questions by Kichu
• 19,050 points
309 views
0 votes
0 answers

Azure Devops MS-hosted agent IP address

We use Azure DevOps with Microsoft-hosted agents ...READ MORE

Mar 26, 2022 in Other DevOps Questions by Kichu
• 19,050 points
997 views
0 votes
0 answers

azure-devops extensions do not accept SVG files

 In the azure DevOps extension project, I used ...READ MORE

Mar 26, 2022 in Other DevOps Questions by Kichu
• 19,050 points
525 views
0 votes
0 answers

In Azure devops, how to copy application.zip file to blob storage?

How to copy the application zip file ...READ MORE

Mar 26, 2022 in Other DevOps Questions by Kichu
• 19,050 points
1,399 views
0 votes
0 answers

How to delete Azure DevOps enterprise application?

I have an Azure AD B2C tenant ...READ MORE

Mar 26, 2022 in Other DevOps Questions by Kichu
• 19,050 points
298 views
0 votes
0 answers

Azure DevOps CICD with .NET framework web app

We have a git repo on Azure ...READ MORE

Mar 26, 2022 in Other DevOps Questions by Kichu
• 19,050 points
1,697 views
0 votes
0 answers

How to install exe file in Azure DevOps?

I need to install the exe file ...READ MORE

Mar 26, 2022 in Other DevOps Questions by Kichu
• 19,050 points
1,371 views
0 votes
0 answers

What is the difference between Azure devops and VSTS

I integrated VSTS with our testing environment ...READ MORE

Mar 26, 2022 in Other DevOps Questions by Kichu
• 19,050 points
273 views
0 votes
0 answers

Artifacts in Azure Devops Pipelines

I have an azure devops pipeline that ...READ MORE

Mar 26, 2022 in Other DevOps Questions by Kichu
• 19,050 points
445 views
0 votes
0 answers

Azure-devops rest api - pagination and rate limit

I am trying to pull Azure-DevOps entities' ...READ MORE

Mar 25, 2022 in Other DevOps Questions by Kichu
• 19,050 points
931 views
0 votes
0 answers

How to follow the entire wiki in Azure DevOps?

There are around 100 pages in my ...READ MORE

Mar 25, 2022 in Other DevOps Questions by Kichu
• 19,050 points
667 views
0 votes
0 answers

How to use stages from 1 ymal pipeline to 2 pipeline Azure Devops

The project I am currently working on ...READ MORE

Mar 25, 2022 in Other DevOps Questions by Kichu
• 19,050 points
447 views
0 votes
0 answers

Devops project management board in Google Cloud platform

Are there any project management boards in ...READ MORE

Mar 25, 2022 in Other DevOps Questions by Kichu
• 19,050 points
320 views
0 votes
0 answers

Is there a way to hide forks in Azure Devops repos?

We have about 25 Repos to maintain ...READ MORE

Mar 25, 2022 in Other DevOps Questions by Kichu
• 19,050 points
333 views
0 votes
0 answers

Can Azure DevOps Test Plan works with App hosted on AWS and GCP or On-premise environment

What are some required configurations for using ...READ MORE

Mar 25, 2022 in Other DevOps Questions by Kichu
• 19,050 points
205 views
0 votes
0 answers

${{ if }} Syntax in Azure DevOps YAML

I have a pool of self-hosted VMs ...READ MORE

Mar 25, 2022 in Other DevOps Questions by Kichu
• 19,050 points
1,755 views
0 votes
0 answers

Difference between Deployment Groups and Environments in Azure DevOps Services\Server

We have separate options as Deployment Groups ...READ MORE

Mar 25, 2022 in Other DevOps Questions by Kichu
• 19,050 points
727 views
0 votes
0 answers

Which is the right path for .NET developer on Azure Certification?

I am a Dot-Net Developer and want ...READ MORE

Mar 25, 2022 in Other DevOps Questions by Kichu
• 19,050 points
292 views
0 votes
0 answers

Azure DevOps Pipeline NPM install task fails with node-gyp build error

I want to build an Azure Pipeline ...READ MORE

Mar 25, 2022 in Other DevOps Questions by Kichu
• 19,050 points
2,255 views
0 votes
0 answers

Any open-source tool for SAP Hybris app devops automation?

I want to ado automation of the ...READ MORE

Mar 23, 2022 in Other DevOps Questions by Kichu
• 19,050 points
256 views
0 votes
0 answers

Azure DevOps - configuring two jobs in yaml, one with cron schedule, second with manual execution

I want to run the  e2e tests ...READ MORE

Mar 23, 2022 in Other DevOps Questions by Kichu
• 19,050 points
742 views
0 votes
1 answer

How do I use Azure DevOps pipeline to build an ASP.NET web site?

For an ASP.NET Website, you should use ...READ MORE

Mar 25, 2022 in Other DevOps Questions by narikkadan
• 63,620 points
2,763 views
0 votes
0 answers

How to set WIP limit in Azure DevOps Board - Sprint View

Is it possible to set WIP limits ...READ MORE

Mar 23, 2022 in Other DevOps Questions by Kichu
• 19,050 points
399 views
0 votes
0 answers

Azure devops Agent Pools vs Parallel jobs

I am using my own Azure VM ...READ MORE

Mar 23, 2022 in Other DevOps Questions by Kichu
• 19,050 points
537 views
0 votes
0 answers

Terraform won't initialize in Azure DevOps Pipeline

I have an Azure Pipeline where I ...READ MORE

Mar 23, 2022 in Other DevOps Questions by Kichu
• 19,050 points
2,543 views
0 votes
0 answers

Azure-Devops pipeline not building automatically when yaml file pushed along with code

I want to do an azure automatic ...READ MORE

Mar 23, 2022 in Other DevOps Questions by Kichu
• 19,050 points
564 views
0 votes
0 answers

How can you create a board in Azure DevOps?

I want to create a new board ...READ MORE

Mar 23, 2022 in Other DevOps Questions by Kichu
• 19,050 points
407 views
0 votes
0 answers

secret scanner in Azure DevOps repo

Can someone mention/recommend any scanner to scan ...READ MORE

Mar 23, 2022 in Other DevOps Questions by Kichu
• 19,050 points
440 views
0 votes
0 answers

helm registry login --password-stdin in Azure DevOps pipeline

- task: AzureCLI@2   inputs:     azureSubscription: $(azureSubscriptionForACR)     scriptType: 'ps'   ...READ MORE

Mar 23, 2022 in Other DevOps Questions by Kichu
• 19,050 points
796 views
0 votes
0 answers

API for automating Azure DevOps Pipelines?

I want to automate the queue-ing of ...READ MORE

Mar 22, 2022 in Other DevOps Questions by Kichu
• 19,050 points
909 views
0 votes
0 answers

Azure DevOps build Artifacts not getting generated in .Net web app

I am building the application through Azure ...READ MORE

Mar 22, 2022 in Other DevOps Questions by Kichu
• 19,050 points
1,295 views
0 votes
0 answers

Azure DevOps Windows vs Ubuntu hosted agents for cross-platform apps?

Are there concrete reasons to select one ...READ MORE

Mar 22, 2022 in Other DevOps Questions by Kichu
• 19,050 points
1,050 views
0 votes
0 answers

Azure DevOps YAML self hosted agent pipeline build is stuck at locating self-agent

Action: I tried to configure and run a ...READ MORE

Mar 22, 2022 in Other DevOps Questions by Kichu
• 19,050 points
2,232 views
0 votes
0 answers

Azure DevOps WebExtension use WebWorker

I want to use a WebWorker inside a WebExtension on an ...READ MORE

Mar 22, 2022 in Other DevOps Questions by Kichu
• 19,050 points
284 views
0 votes
1 answer

Continuous Integration vs. Continuous Delivery vs. Continuous Deployment

Continuous Integration I Agree with your university's definition. ...READ MORE

Mar 25, 2022 in Other DevOps Questions by narikkadan
• 63,620 points
350 views
0 votes
0 answers

How is the Azure DevOps Service version determined?

Azure DevOps Service has a version number ...READ MORE

Mar 22, 2022 in Other DevOps Questions by Kichu
• 19,050 points
198 views
0 votes
0 answers

TFS (Azure DevOps) On prem upgrade 2018 to 2019 question

I want to upgrade to TFS 2019 ...READ MORE

Mar 22, 2022 in Other DevOps Questions by Kichu
• 19,050 points
386 views
0 votes
0 answers

Multiple Projects and One Solution - DevOps Best Practice

For example, I have one solution and ...READ MORE

Mar 22, 2022 in Other DevOps Questions by Kichu
• 19,050 points
2,410 views
0 votes
0 answers

How can I set ENVIRONMENT status in Azure DevOps yaml pipeline

I am creating a CICD pipeline in ...READ MORE

Mar 21, 2022 in Other DevOps Questions by Kichu
• 19,050 points
1,685 views
0 votes
0 answers

Azure DevOps macOS image with Xcode 13 to build for iOS 15

I can't find an image in Azure ...READ MORE

Mar 21, 2022 in Other DevOps Questions by Kichu
• 19,050 points
842 views
0 votes
0 answers

Adjust mermaid diagram white space in Azure devops wiki

Goal: Workflow diagram displays underneath the header text ...READ MORE

Mar 21, 2022 in Other DevOps Questions by Kichu
• 19,050 points
692 views
0 votes
0 answers

Azure DevOps profile pictures not displayed on boards

We recently switched to  Azure DevOps. I successfully connected ...READ MORE

Mar 21, 2022 in Other DevOps Questions by Kichu
• 19,050 points
1,062 views
0 votes
0 answers

Remove Azure Analysis Services Firewall Rule in DevOps

During a deployment, Azure DevOps creates a ...READ MORE

Mar 21, 2022 in Other DevOps Questions by Kichu
• 19,050 points
356 views
0 votes
0 answers

Integrating ServiceNow and Azure DevOps

Is it possible to show incidents from ...READ MORE

Mar 21, 2022 in Other DevOps Questions by Kichu
• 19,050 points
266 views
0 votes
0 answers

How to get access token for Azure DevOps from Microsoft Teams app?

I integrated an MS Teams using tab with ...READ MORE

Mar 21, 2022 in Other DevOps Questions by Kichu
• 19,050 points
542 views
0 votes
0 answers

Azure DevOps CI/CD pipelines for ADLS Gen2 resource

I am creating CI/CD pipelines for all ...READ MORE

Mar 21, 2022 in Other DevOps Questions by Kichu
• 19,050 points
616 views
0 votes
0 answers

DevOps template with conditional manual approval job

I am trying to add an approval ...READ MORE

Mar 21, 2022 in Other DevOps Questions by Kichu
• 19,050 points
1,128 views
0 votes
0 answers

Change the organization icon in Azure Devops

How can I change the profile image ...READ MORE

Mar 21, 2022 in Other DevOps Questions by Kichu
• 19,050 points
447 views
0 votes
0 answers

Azure App Service for windows: Azure DevOps Release does not unzip the file on wwwroot forder

I have built an app using NextJS and would ...READ MORE

Mar 20, 2022 in Other DevOps Questions by Kichu
• 19,050 points
822 views