AZ-400 Exam Question 81

Your company has a project in Azure DevOps for a new application. The application will be deployed to several Azure virtual machines that run Windows Server 2016.
You need to recommend a deployment strategy for the virtual machines. The strategy must meet the following requirements:
* Ensure that the virtual machines maintain a consistent configuration.
* Minimize administrative effort to configure the virtual machines
What should you include in the recommendation?
  • AZ-400 Exam Question 82

    You have a GitHub Enterprise account.
    You have three projects named Project 1, Project2, and Project3. Project! must meet the following requirements:
    * Perform concurrent testing across 700 hosts.
    * Support workflow job durations of at least five hours.
    Project2 must meet the following requirements:
    * Perform concurrent load testing across 35 hosts that run macOS.
    * Support workflow job durations of at least one hour.
    Project3 must meet the following requirements:
    * Perform concurrent load testing across 200 hosts run that Windows.
    * Support workflow job durations of at least 24 hours.
    You need to recommend an architecture for the GitHub runners of the projects. The solution must minimize costs. What should you recommend for each project? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    AZ-400 Exam Question 83

    Your company is building a new solution in Java.
    The company currently uses a SonarQube server to analyze the code of .NET solutions.
    You need to analyze and monitor the code quality of the Java solution.
    Which task types should you add to the build pipeline?
  • AZ-400 Exam Question 84

    Your company plans to implement a new compliance strategy that will require all Azure web apps to be backed up every five hours.
    You need to back up an Azure web app named az400-11566895-main every five hours to an Azure Storage accountin your resource group.
    To complete this task, sign in to the Microsoft Azure portal.

    AZ-400 Exam Question 85

    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 need to recommend an integration strategy for the build process of a Java application. The solution must meet the following requirements:
    The build must access an on-premises dependency management system.
    The build outputs must be stored as Server artifacts in Azure DevOps.
    The source code must be stored in a Git repository in Azure DevOps.
    Solution: Configure the build pipeline to use a Microsoft-hosted agent pool running the Windows Server 2019 with Visual Studio 2019 image. Include the Java Tool Installer task in the build pipeline.
    Does this meet the goal?