AZ-400 Microsoft Azure DevOps Solutions

Loading demo links...

Showing 10–12 of 20 questions

Question 10 (New Update)

You use GitHub for source control and Azure Boards for project management. GitHub and Azure Boards are integrated.

You plan to create a pull request in GitHub.

You need to automatically link the request to an existing Azure Boards work item by using the text of AB#.

To which two elements can you add the text? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Select all that apply, then click Submit answer.

  • milestone

  • comment

  • title

  • description

  • label

Question 11 (Mixed Questions)

You are building an ASP.NET Core application.

You plan to create an application utilization baseline by capturing telemetry data.

You need to add code to the application to capture the telemetry data. The solution must minimize the costs of storing the telemetry data.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point

Select all that apply, then click Submit answer.

  • Add the 99 parameter to the ApplicationInsights.config file.

  • From the code of the application, enable adaptive sampling.

  • From the code of the application, add Azure Application Insights telemetry.

  • Add the 5 parameter to the ApplicationInsights.config file.

  • From the code of the application, disable adaptive sampling.

Question 12 (Mixed Questions)

Your company has a project in Azure DevOps for a new web application.

The company uses ServiceNow for change management.

You need to ensure that a change request is processed before any components can be deployed to the production environment.

What are two ways to integrate ServiceNow into the Azure DevOps release pipeline? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Select all that apply, then click Submit answer.

  • Define a deployment control that invokes the ServiceNow REST API.

  • Define a pre-deployment gate before the deployment to the Prod stage.

  • Define a deployment control that invokes the ServiceNow SOAP API.

  • Define a post-deployment gate after the deployment to the QA stage.