AZ-400 Exam Question 11

You use Azure Pipelines to manage project builds and deployments.
You plan to use Azure Pipelines for Microsoft Teams to notify the legal team when a new build is ready for release. You need to configure the Organization Settings in Azure DevOps to support Azure Pipelines for Microsoft Teams. What should you turn on?
  • AZ-400 Exam Question 12

    You have an Azure Resource Manager template that deploys a multi-tier application.
    You need to prevent the user who performs the deployment from viewing the account credentials and connection strings used by the application.
    What should you use?
  • AZ-400 Exam Question 13

    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 use Azure Pipelines to build and test a React js application.
    You have a pipeline that has a single job.
    You discover that installing JavaScript packages from npm takes approximately five minutes each time you run the pipeline.
    You need to recommend a solution to reduce the pipeline execution time.
    Solution: You recommend enabling parallel jobs for the pipeline.
    Does this meet the goal?
  • AZ-400 Exam Question 14

    As part of your application build process, you need to deploy a group of resources to Azure by using an Azure Resource Manager template located on GitHub.
    Which three action 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 15

    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.
    Your company uses Azure DevOps to manage the build and release processes for applications.
    You use a Git repository for applications source control.
    You need to implement a pull request strategy that reduces the history volume in the master branch.
    Solution: You implement a pull request strategy that uses squash merges.
    Does this meet the goal?