SOFTWARE ENGINEERING

EMERGING TRENDS IN SOFTWARE ENGINEERING

DEVOPS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
You are planning an application deployment using DevOps practices. You need to ensure that the environment is configured consistently and that bugs are easily reproducible.<br />What should you use?
A
Continuous deployment
B
Configuration as code
C
Continuous integration
D
Infrastructure as code
Explanation: 

Detailed explanation-1: -Go to Pipelines-> Build-> New Build Pipeline, then click on “Use the visual designer.” It will ask source code repo details, so select Azure Repos Git and select Team project, which you created at the start of the project, select Repository and branch name, then click Continue.

Detailed explanation-2: -The Terraform template-based configuration file syntax enables you to configure Azure resources in a repeatable and predictable manner.

Detailed explanation-3: -Deploy IaC on Azure Teams can define declarative ARM templates that specify the infrastructure required to deploy solutions. Third-party platforms like Terraform, Ansible, Chef, and Pulumi also support IaC to manage automated infrastructure.

There is 1 question to complete.