AZ-400 Exam 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.

AZ-400 Exam 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 ft. As a result these questions will not appear in the review screen.
You company has a prefect in Azure DevOps for a new web application.
You need to ensure that when code is checked in, a build runs automatically.
Solution: From the Triggers tab of the build pipeline, you selected Batch changes while a build is in progress Does this meet the goal?
  • AZ-400 Exam Question 113

    AZ-400 Exam Question 114

    You have an Azure Kubernetes Service (AKS) pod.
    You need to configure a probe to perform the following actions:
    Confirm that the pod is responding to service requests.
    Check the status of the pod four times a minute.
    Initiate a shutdown if the pod is unresponsive.
    How should you complete the YAML configuration file? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    AZ-400 Exam Question 115

    You are developing an application. The application source has multiple branches.
    You make several changes to a branch used for experimentation.
    You need to update the main branch to capture the changes made to the experimentation branch and override the history of the Git repository.
    Which Git option should you use?