AZ-400 Exam Question 76

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 manage a project in Azure DevOps.
You need to prevent the configuration of the project from changing over time.
Solution: Implement Continuous Integration for the project.
Does this meet the goal?
  • AZ-400 Exam Question 77

    You have a GitHub repository that is integrated with Azure Boards Azure Boards has a work item that has the number 715.
    You need to ensure that when you commit source code in GitHub, the work item is updated automatically.
    What should you include in the commit comments?
  • AZ-400 Exam Question 78

    You plan to deploy a template named D:\Deploy.json to a resource group named Deploy-lod9940427.
    You need to modify the template to meet the following requirements, and then to deploy the template:
    The address space must be reduced to support only 256 total IP addresses.
    The subnet address space must be reduced to support only 64 total IP addresses.
    To complete this task, sign in to the Microsoft Azure portal.

    AZ-400 Exam Question 79

    You have an Azure subscription that contains an Azure Active Directory (Azure AD) tenant.
    You are configuring a build pipeline in Azure Pipelines that will include a task named Task1. Task1 will authenticate by using an Azure AD service principal.
    Which three values should you configure for Task1? Each correct answer presents part of the solution.
    NOTE: Each correct selection is worth one point.
  • AZ-400 Exam Question 80

    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?