AZ-400 Exam Question 251

Your company plans to use an agile approach to software development.
You need to recommend an application to provide communication between members of the development team who work in locations around the world. The applications must meet the following requirements:
* Provide the ability to isolate the members of different project teams into separate communication channels and to keep a history of the chats within those channels.
* Be available on Windows 10, Mac OS, iOS, and Android operating systems.
* Provide the ability to add external contractors and suppliers to projects.
* Integrate directly with Azure DevOps.
What should you recommend?
  • AZ-400 Exam Question 252

    You have a project in Azure DevOps that uses an Azure Boards board and stores code in a GitHub repository.
    The repository contains a file named README.md.
    You need to ensure thatREADME.md includes the status of the work items on the board. The solution must minimize administrative effort.
    What should you do first?
  • AZ-400 Exam Question 253

    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?
  • AZ-400 Exam Question 254

    You are designing a YAML template for use with Azure Pipelines. The template Will include theOutputfile parameter.
    Which two methods can you use to reference the parameter? Each correct answer presents a complete solution.
    NOTE: Each correct selection is worth one point.
  • AZ-400 Exam Question 255

    You need to configure GitHub to use Azure Active Directory (Azure AD) for authentication. What should you do first?