AZ-400 Exam Question 256

You have a project in Azure DevOps.
You need to push notifications about pull requests to a Microsoft Teams channel. The solution must minimize development effort.
What should you do?
  • AZ-400 Exam Question 257

    Your company has a project in Azure DevOps for a new web application.
    The company identifies security as one of the highest priorities.
    You need to recommend a solution to minimize the likelihood that infrastructure credentials will be leaked.
    What should you recommend?
  • AZ-400 Exam Question 258

    Hotspot Question
    You plan to use Desired Slate Configuration (DSC) to maintain the configuration state of virtual machines that run Windows Server.
    You need to perform the following:
    - Install Internet information Services (US) on the virtual machines.
    - Update the default home page of the IIS web server.
    How should you configure the DSC configuration file? To answer, select the appropnate options in the answer area.

    AZ-400 Exam Question 259

    You are evaluating the use of code review assignments in GitHub.
    Which two requirements can be met by using code review assignments' Each correct answer presents a complete solution.
    NOTE: Each correct selection is worth one point
  • AZ-400 Exam Question 260

    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 pipeline that is used to deploy a web app. The pipeline includes a test suite named TestSuite1. TestSuite1 is used to validate the operations of the web app.
    TestSuite1 fails intermittently.
    You identify that the failures are unrelated to changes in the source code and execution environment.
    You need to minimize troubleshooting effort for the TestSuite1 failures.
    Solution: You increase code coverage.
    Does this meet the goal?