Trending questions in DevOps on Cloud

0 votes
0 answers

what is DevOps process?

Is DevOps a process or methodology? What are ...READ MORE

Dec 29, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 46 views
0 votes
0 answers

Which are some of the most popular DevOps tools?

Hi, I am a B-Tech student and ...READ MORE

Dec 29, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 46 views
0 votes
0 answers

Prevent users from editing master branch in ADF

In ADF, I'm attempting to prevent dev ...READ MORE

Dec 20, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
419 views
0 votes
0 answers

what is staging in DevOps?

What Is a Staging Environment? How to ...READ MORE

Dec 29, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 20 views
0 votes
0 answers

AWS vs DevOps which is better?

I have completed my education as a ...READ MORE

Dec 29, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 20 views
0 votes
0 answers

How to learn DevOps for beginners

Many DevOps tutorials on YouTube offer beginner-level ...READ MORE

Dec 29, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 18 views
0 votes
0 answers

How to integrate sonarqube with azure devops?

I have a self-hosted Windows agent wi ...READ MORE

Dec 28, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 44 views
0 votes
0 answers

Unittesting Ansible collections with Pytest

I'm fresh to the cloud/devops world. I created ...READ MORE

Dec 15, 2022 in DevOps on Cloud by Nicholas
• 7,760 points
621 views
0 votes
0 answers

Which is better DevOps or Salesforce?

My colleagues are saying Salesforce is better ...READ MORE

Dec 28, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 21 views
0 votes
0 answers

what is openshift in devops?

What are the risks associated with on-premise ...READ MORE

Dec 28, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 20 views
0 votes
0 answers

what is devops and why is it important?

What is devops? It has something to ...READ MORE

Dec 28, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 19 views
0 votes
0 answers

How can I synchronize Azure DevOps repository content with a Microsoft Teams sharepoint

I have an Azure DevOps repo and ...READ MORE

Dec 15, 2022 in DevOps on Cloud by Nicholas
• 7,760 points
514 views
0 votes
0 answers

Azure DevOps, YAML release pipelines?

For a.NET Core Web API project, I&nbs ...READ MORE

Dec 13, 2022 in DevOps on Cloud by Nicholas
• 7,760 points
496 views
0 votes
0 answers

Dynamic selection of values in YAML deployment pipelines

I'm developing a pipeline to introduce certain ...READ MORE

Dec 13, 2022 in DevOps on Cloud by Nicholas
• 7,760 points
477 views
0 votes
0 answers

Are devops engineers in demand?

I'm currently looking to switch my career ...READ MORE

Dec 23, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 48 views
0 votes
0 answers

which phrase fits best as a characteristic of a devops?

Which phrase fits BEST as a characteristic ...READ MORE

Dec 23, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 31 views
0 votes
0 answers

which tool helps lowering risk during development as customer feedback?

How do you measure product feedback from ...READ MORE

Dec 23, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 24 views
0 votes
0 answers

which of the following are the popular tools for devops?

Hi guys, I wanted to move my ...READ MORE

Dec 23, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 24 views
0 votes
0 answers

which is better AWS or DevOps?

Guys I wanted to understand the difference ...READ MORE

Dec 23, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 22 views
0 votes
0 answers

Is Sap better than DevOps?

What is SAP and DevOps and why ...READ MORE

Dec 22, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 51 views
0 votes
0 answers

which tools are used by both testers and developers?

Guys can anyone explain the testing tools ...READ MORE

Dec 22, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 44 views
0 votes
0 answers

what is devops lifecycle?

I have read a blog and got ...READ MORE

Dec 22, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 27 views
0 votes
0 answers

what is devops automation?

Hi, I have just started in the ...READ MORE

Dec 22, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 25 views
0 votes
0 answers

How do I land a DevOps job without experience?

How do I land a DevOps job ...READ MORE

Dec 22, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 18 views
0 votes
0 answers

Azure DevOps Epic/Feature Timeline Items in Removed State Spanning Multiple Sprints

I'm attempting to examine the epic/feature timeline ...READ MORE

Dec 16, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 27 views
0 votes
0 answers

Azure DevOps Pipelines

I am trying to build a pipeline ...READ MORE

Dec 16, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 20 views
0 votes
0 answers

Run python script in a CI/CD step

I need some assistance because I am ...READ MORE

Dec 16, 2022 in DevOps on Cloud by Damonlang
• 1,230 points

edited Mar 4 19 views
0 votes
0 answers

VS 2017 Git Local Commit DB.lock error on every commit

Every time we commit locally, we receive the following error: Git failed with a fatal error.error: open(".vs/XXXXXX.Dev.Library/v15/Server/sqlite3/db.lock"): ...READ MORE

Dec 15, 2022 in DevOps on Cloud by Nicholas
• 7,760 points

edited Mar 4 49 views
0 votes
0 answers

Docker container will automatically stop after "docker run -d"

According to the tutorials I've read so far, using "docker run -d" will start a container from an image and execute it in the background.  This is how it appears; we can see that we already have a container id. root@docker:/home/root# docker run -d centos 605e3928cdddb844526bab691af51d0c9262e0a1fc3d41de3f59be1a58e1bd1d But if I ran "docker ps", nothing was returned. So I tried "docker ps -a" and saw that the container had already exited: root@docker:/home/root# docker ps ...READ MORE

Dec 15, 2022 in DevOps on Cloud by Nicholas
• 7,760 points

edited Mar 4 42 views
0 votes
0 answers

Migrate to Azure DevOps

My development team has an Azure DevOps ...READ MORE

Dec 15, 2022 in DevOps on Cloud by Edureka
• 13,620 points

edited Mar 4 21 views
0 votes
0 answers

docker command not found even though installed with apt-get

I attempted to install Docker using Ubuntu ...READ MORE

Dec 15, 2022 in DevOps on Cloud by Nicholas
• 7,760 points

edited Mar 4 22 views
0 votes
0 answers

Adding Images in Azure DevOps Wiki

Describe DevOps. I don't understand it, but ...READ MORE

Dec 13, 2022 in DevOps on Cloud by Nicholas
• 7,760 points

edited Mar 4 45 views
0 votes
1 answer

Update test results @ test step level in Azure DevOps during test execution through automation scripts

To address the issue of posting step-level ...READ MORE

Apr 29, 2024 in DevOps on Cloud by anonymous
• 1,420 points
1,650 views
0 votes
1 answer

What is the correct way to setup Azure Artifacts in Azure DevOps?

Refer: https://docs.microsoft.com/en-us/azure/devops/artifacts/get-started-maven?view=azure-devops this will show you how to create ...READ MORE

Apr 5, 2022 in DevOps on Cloud by narikkadan
• 63,600 points
619 views
0 votes
1 answer

How to create a service connection for Azure in Azure Devops (with pictures)

Create App Registration and define roles What you ...READ MORE

Mar 16, 2022 in DevOps on Cloud by narikkadan
• 63,600 points
957 views
0 votes
1 answer

Connect Azure DevOps repository to another Azure DevOps repository from different account

You can consider these two directions: Import your ...READ MORE

Mar 16, 2022 in DevOps on Cloud by narikkadan
• 63,600 points
730 views
0 votes
0 answers

What is the abbreviation for Azure DevOps?

Could it be ADO, but it gets ...READ MORE

Mar 15, 2022 in DevOps on Cloud by Kichu
• 19,040 points
627 views
0 votes
0 answers

Azure DevOps Private Board and Task Board

Boards like Task Board, Backlog, etc.. are ...READ MORE

Mar 15, 2022 in DevOps on Cloud by Kichu
• 19,040 points
658 views
0 votes
1 answer

How can we publish html test reports in azure devops build results?

This might help you. Have a look ...READ MORE

Oct 12, 2020 in DevOps on Cloud by Kriti

edited Oct 27, 2021 by Sarfaraz 9,072 views
0 votes
0 answers

How to shell scripts exists in EC2 through Jenkins

Hello Everyone, I have .ksh files in EC2 ...READ MORE

Apr 15, 2021 in DevOps on Cloud by sarath

edited Mar 4 30 views
0 votes
0 answers
0 votes
0 answers

How many methods can be used for scheduling tasks under Azure?

how many methods can be used for ...READ MORE

Mar 4, 2021 in DevOps on Cloud by Cristan

edited Mar 4 48 views
0 votes
0 answers

Security Group

Hi Guys, I am new to Boto3 module. ...READ MORE

Feb 24, 2021 in DevOps on Cloud by Sandeep Kumar

edited Mar 4 24 views
0 votes
1 answer

How to use aws-cli commands inside Boto3?

Hi@Lakshminarayanan, I am not able to understand the ...READ MORE

Sep 21, 2020 in DevOps on Cloud by MD
• 95,460 points
6,038 views
0 votes
1 answer

Can anyone let me know how would one can deploy the application in pipeline for Aws?

If you using Jenkins for CI/CD you ...READ MORE

Oct 29, 2020 in DevOps on Cloud by Jatin
1,047 views
0 votes
1 answer

How to create user and password in Windows EC2 instance using boto3 Script?

Hi, I don't think AWS will allow you ...READ MORE

Sep 23, 2020 in DevOps on Cloud by MD
• 95,460 points
2,499 views
0 votes
1 answer

Boto3 not retrieving users from AWS Appstream. whats the issue?

Hi@Lakshminarayanan, I think you didn't get any output ...READ MORE

Sep 21, 2020 in DevOps on Cloud by MD
• 95,460 points
1,353 views
0 votes
1 answer

Best monitoring tool for Infrastructure, application, services and server

Hi@Lakshminarayanan, There are some good monitoring tools available ...READ MORE

Sep 28, 2020 in DevOps on Cloud by MD
• 95,460 points
644 views