You are planning the implementation of an order processing web service that will contain microservices hosted in an Azure Service Fabric cluster.
You need to recommend a solution to provide developers with the ability to proactively identify and fix performance issues. The developers must be able to simulate user connections to the order processing web service from the Internet, as well as simulate user transactions. The developers must be notified if the goals for the transaction response times are not met.
What should you include in the recommendation?
Click on the arrows to vote for the correct answer
A. B. C. D.C
For the given scenario, where the objective is to provide developers with the ability to proactively identify and fix performance issues, and simulate user connections to the order processing web service, the best solution would be to use Application Insights.
Application Insights is an Azure service that is designed for monitoring and analyzing the performance and usage of web applications. It can be used to detect and diagnose issues in real-time, provide insights into the usage patterns of your application, and provide alerts when performance goals are not met.
With Application Insights, developers can monitor their applications in real-time, including requests, exceptions, and performance metrics. They can use this information to identify and fix performance issues quickly, before they become critical. Additionally, Application Insights provides the ability to simulate user connections to the order processing web service, which is useful for testing and debugging.
Furthermore, Application Insights also provides integration with Azure Service Fabric, which is the platform used for hosting microservices in the given scenario. This integration allows developers to monitor the performance of microservices hosted in Service Fabric, and provide alerts when performance goals are not met.
In conclusion, Application Insights is the recommended solution for providing developers with the ability to proactively identify and fix performance issues, simulate user connections, and notify developers if performance goals are not met. The other options such as container health, Azure Network Watcher, and Service Fabric Analytics do not provide the same level of functionality and integration with Azure Service Fabric.