AZ-400 Exam Question 176

You have an Azure DevOps organization named Contoso.
You need to receive Microsoft Teams notifications when work items are updated.
What should you do?
  • AZ-400 Exam Question 177

    You have a GitHub repository that contains the source code for an app.
    You need to identify all the changes made between versions 1.4.16 and 1.6.12 of the source code.
    How should you complete the Get command?To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.
    Git _________ ____________ | helper-script > changes.txt

    AZ-400 Exam Question 178

    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 plan to create a release pipeline that will deploy Azure resources by using Azure Resource Manager templates. The release pipeline will create the following resources:
    Two resource groups
    Four Azure virtual machines in one resource group
    Two Azure SQL databases in other resource group
    You need to recommend a solution to deploy the resources.
    Solution: Create a main template that has two linked templates, each of which will deploy the resource in its respective group.
    Does this meet the goal?
  • AZ-400 Exam Question 179

    You havean Azure subscription that contains the resources shown in the following table.

    Project1 produces 9pm packages that are published to Feed 1. Feed1 is consumed by multiple projects.
    You need to ensure that only tested packages are available for consumption. The solution must minimize development effort.
    What should you do?
  • AZ-400 Exam Question 180

    Youhave 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?