Designing Azure Infrastructure Solutions — Question 121
You have an Azure subscription. The subscription contains a tiered app named App1 that is distributed across multiple containers hosted in Azure Container Instances.
You need to deploy an Azure Monitor monitoring solution for App. The solution must meet the following requirements:
• Support using synthetic transaction monitoring to monitor traffic between the App1 components.
• Minimize development effort.
What should you include in the solution?
Answer options
- A. Network insights
- B. Application Insights
- C. Container insights
- D. Log Analytics Workspace insights
Correct answer: B
Explanation
The correct answer is B, Application Insights, as it provides comprehensive monitoring capabilities, including synthetic transaction monitoring, which is crucial for tracking the interactions between components of App1. Other options, such as Network insights and Container insights, do not specifically support synthetic transaction monitoring, and Log Analytics Workspace insights focuses more on log data rather than transaction monitoring.