Question 111

You use Azure Pipelines to automate Continuous Integration/Continuous Deployment (CI/CD) for an Azure web app named WebApp1.
You configure an Azure Monitor alert that is triggered when WebApp1 generates an error.
You need to configure the alert to forward details of the error to a third-party system. The solution must minimize administrative effort.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Question 112

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have an Azure DevOps project.
Your build process creates several artifacts.
You need to deploy the artifacts to on-premises servers.
Solution: You deploy a Docker build to an on-premises server. You add a Download Build Artifacts task to the deployment pipeline.
Does this meet the goal?
  • Question 113

    You have a private distribution group that contains provisioned and unprovisioned devices.
    You need to distribute a new iOS application to the distribution group by using Microsoft Visual Studio App Center.
    What should you do?
  • Question 114

    You need to implement the code flow strategy for Project2 in Azure DevOps.
    Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange in the correct order.

    Question 115

    Your company uses Azure DevOps to manage the build and release processes for applications.
    You use a Git repository for applications source control.
    You plan to create a new branch from an existing pull request. Later, you plan to merge the new branch and the target branch of the pull request.
    You need to use a pull request action to create the new branch. The solution must ensure that the branch uses only a portion of the code in the pull request.
    Which pull request action should you use?