AZ-400 Exam Question 56

You plan to deploy a runbook that will create Azure AD user accounts.
You need to ensure that runbooks can run the Azure PowerShell cmdlets for Azure Active Directory.
To complete this task, sign in to the Microsoft Azure portal.

AZ-400 Exam Question 57

You have an Azure subscription that contains Azure DevOps build pipelines.
You to implement pipeline caching by using the cache task
HOW should you complete the YAML definition? TO answer, select the appropriate options in the answer are

AZ-400 Exam Question 58

You need to configure Azure Pipelines to control App2 builds.
Which authentication method should you use?
  • AZ-400 Exam Question 59

    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 60

    You use GitHub for source control of .NET applications.
    You need to deploy a documentation solution that meets the following requirements:
    Documents will be written in Markdown as developers make code changes
    Changes to the documents will trigger the recompilation of a static website.
    Users will access the documents from the static websites
    Documents will be stored in a GitHub repository
    Which two tools can you use to compile the website? Each correct answer presents a complete solution.