AZ-400 Exam Question 151

You are designing a strategy to monitor the baseline metrics of Azure virtual machines that run Windows Server. You need to collect detailed data about the processes running in the guest operating system. Which two agents should you deploy? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
  • AZ-400 Exam Question 152

    Your company uses a Git repository in Azure Repos lo manage the source code of a web application. The master branch is protected from direct updates. Developers work on new features in the topic branches.
    Because of the high volume of requested features, it is difficult to follow the history of the changes to the master branch.
    You need to enforce a pull request merge strategy. The strategy must meet the following requirements:
    * Consolidate commit histories
    * Merge tie changes into a tingle commit
    Which merge strategy should you use in the branch policy?
  • AZ-400 Exam Question 153

    You administer an Azure DevOps project that includes package feeds.
    You need to ensure that developers can unlist and deprecate packages. The solution must use the principle of least privilege.
    Which access level should you grant to the developers?
  • AZ-400 Exam Question 154

    You need to configure an Azure web app named az400-9940427-main to contain an environmental variable named "MAX_ITEMS". The environmental variable must have a value of 50.
    To complete this task, sign in to the Microsoft Azure portal.

    AZ-400 Exam Question 155

    Note: This question is part of a series of questionsthat present the same scenario. Each question in the series contains a unit 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 questionin this section, you will NOT be able to return to it. As a result, these questions will not appear if the review screen.
    You use an Azure Pipelines pipeline to build and release web apps.
    You need to configure the pipeline to meet the following requirements:
    * Only run when there is a change in the /webapp folder.
    * Only run when a pr is created.
    Solution: You configure the pipeline definition by using the following elements.

    Does this meet the goal?