You are configuring a Standard availability test in Azure Application Insights to monitor a public web application. You need to ensure the test fails if the page load takes longer than a specified duration or if the home page does not contain the word "Welcome".
Which two settings under the Success criteria section of the availability test configuration should you configure? (Select two.)
- Content matchAnswer
- Test timeoutAnswer
- CParse dependent requests
- DTrackAvailability
Answer
The correct options are Content match and Test timeout.
Content match allows verifying that specific text (such as 'Welcome') is present in the response body, and Test timeout defines the threshold for response delay before a failure is recorded. Both are located in the Success criteria section.
Step-by-Step Solution
Key Concept
Configuring success criteria parameters such as timeout and content matching in Application Insights Standard web tests.