Quickly grab our AZ-400 product now and kickstart your exam preparation today!
| Name: | Designing and Implementing Microsoft DevOps Solutions |
| Exam Code: | AZ-400 |
| Certification: | Microsoft Azure |
| Vendor: | Microsoft |
| Total Questions: | 694 |
| Last Updated: | Sep 09, 2026 |
Which of the following choices isn't a metric to track end-user satisfaction for your product?
During a code review, you discover quality issues in a Java application.
You need to recommend a solution to detect quality issues including unused variables and empty catch blocks.
What should you recommend?
You configure an Azure Application Insights availability test.
You need to notify the customer services department at your company by email when availability is degraded.
You create an Azure logic app that will handle the email and follow up actions.
Which type of trigger should you use to invoke the logic app?
Note: This question is part of a series of questions that 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 question in 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?