Developing Solutions for Microsoft Azure — Question 72
You have a workspace-based Azure Application Insights resource named Insights1 and an Azure App Service Web App named App1. Insights1 collects telemetry generated by App1.
You plan to test the availability of App1 by using Insights1. The test must include the following tasks:
• Parse dependent requests.
• Validate TLS certificates.
• Configure custom request headers.
You must minimize development and implementation efforts.
You need to implement the Application Insights availability test that will deliver the required functionality.
Which availability test should you implement?
Answer options
- A. Custom TrackAvailability test
- B. Standard test
- C. URL ping test
- D. Multi-step web test
Correct answer: B
Explanation
The correct answer is B, the Standard test, as it provides the necessary functionality to validate TLS certificates, parse dependent requests, and configure custom headers with minimal effort. The Custom TrackAvailability test (A) is more complex and not suited for this scenario, while the URL ping test (C) lacks the capability to handle the required tasks. The Multi-step web test (D) is also more complex than needed for this situation.