Your development team needs to manage their source code and wants to host their production site on Azure

Your development team needs to manage their source code and wants to host their production site on Azure.

You need to automate several tasks within the development team’s software development life cycle. Specifically, you need to ensure that you can automatically run a command that executes a software testing script every time a developer makes a pull request for a repository.

What should you do?

A) Install Azure Pipelines from the GitHub Marketplace.

B) Install Azure Boards from the Azure DevOps Marketplace

C) Use GitHub actions

D) Install Azure Pipelines from the Azure DevOps Marketplace.


Your development team needs to manage their source code and wants to host their production site on Azure


Explanation

You should use GitHub actions. GitHub actions allow you to use triggers in a workflow. Each workflow contains a job that has steps that control how actions are run. Actions are event-driven, which can run multiple commands after an event. You can use GitHub Actions to run a test script after a developer makes a pull request for a repository.

You would not choose to install Azure Pipelines from the GitHub Marketplace because it integrates your code repository with builds and releases in Azure DevOps.

You would not choose to install Azure Boards from Azure DevOps Marketplace because Azure Boards is already a native service included in every project in Azure DevOps and is not eligible for download in the Azure DevOps Marketplace.

You would not choose to install Azure Pipelines from Azure DevOps Marketplace because Azure Pipelines is already a native service included in every project in Azure DevOps and is not eligible for download in Azure DevOps Marketplace.

 

Objective:

Describe core solutions and management tools on Azure

Sub-Objective:

Describe core solutions available on Azure

References:

Understanding GitHub Actions - GitHub Docs

Microsoft Docs > Azure DevOps > Azure Boards > Azure Boards & GitHub > Install the Azure Boards app for GitHub

0 Comments

Thanks for your comment

Post a Comment

Thanks for your comment

Post a Comment (0)

Previous Post Next Post