203k views
0 votes
What provides an integration solution for the deployment of code?

A) Azure DevOps
B) Azure Functions
C) Azure Logic Apps
D) Azure Resource Manager

User Folayan
by
8.5k points

1 Answer

5 votes

Final answer:

The correct answer is Azure DevOps. It provides an integration solution for code deployment.

Step-by-step explanation:

Subject: Computers and Technology

The correct answer to the question is A) Azure DevOps.

Azure DevOps is a set of development tools that provides an integration solution for the deployment of code. It offers features such as version control, continuous integration, continuous delivery, and project management. With Azure DevOps, developers can easily deploy their code and manage the entire software development lifecycle.

Other options mentioned in the question are also related to Azure, but they do not specifically provide integration solutions for code deployment. Azure Functions is a serverless compute service, Azure Logic Apps is a cloud service for workflow and process automation, and Azure Resource Manager is a service for managing Azure resources in a declarative manner.

User Hannel
by
8.3k points