AZ-400 Exam Question 16

You need to configure access to Azure DevOps Agent pools to meet the forwarding requirements:
* Use a project agent pool when authoring build release pipelines.
* View the agent pool and agents of the organization.
* Use the principle of least privilege.
Which role memberships are required for the Azure 0e%Oos organization and the project? To answer, drag the appropriate role membership to the correct targets. Each role membership may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to content NOTE: Each correct selection is worth one point.

AZ-400 Exam Question 17

You have a project in Azure DevOps.
You create the following YAML template named Template1.yml.
steps:
- script: 9pm install
- script: yarn install
- script: 9pm run compile
You create the following pipeline named File1.yml.
parameters:
users steps:
- task: MyTask@1
- script: echo Done
You need to ensure that Template1.yaml runs before File1.yml.
How should you update File1.yml?
  • AZ-400 Exam Question 18

    You need to deploy Internet Information Services (IIS) to an Azure virtual machine that runs Windows Server
    2019.
    How should you complete the Desired State Configuration (DSQ configuration script? To answer, drag the appropriate values to the correct locations. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
    NOTE: Each correct selection is worth one point.

    AZ-400 Exam Question 19

    Your company creates a web application.
    You need to recommend a solution that automatically sends to Microsoft Teams a daily summary of the exceptions that occur in the application.
    Which two Azure services should you recommend? Each correct answer presents part of the solution.
    NOTE: Each correct selection is worth one point.
  • AZ-400 Exam Question 20

    You are designing a YAML template for use with Azure Pipelines. The template Will include the Outputfile 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.