You need to consider the underlined segment to establish whether it is accurate.
Your company has a multi-tier application that has its front end hosted in Azure App Service.
To pinpoint the average load times of the application pages, you should make use of Azure Event Hubs.
Select No adjustment required if the underlined segment is accurate. If the underlined segment is inaccurate, select the accurate option.
Click on the arrows to vote for the correct answer
A. B. C. D.B
Application Insights will tell you about any performance issues and exceptions, and help you find and diagnose the root causes.
Application Insights can monitor both Java and ASP.NET web applications and services, WCF services. They can be hosted on-premises, on virtual machines, or as Microsoft Azure websites.
On the client side, Application Insights can take telemetry from web pages and a wide variety of devices including iOS, Android, and Windows Store apps.
https://docs.microsoft.com/en-us/azure/azure-monitor/app/web-monitor-performanceThe underlined segment states that Azure Event Hubs should be used to pinpoint the average load times of the application pages. This statement is not accurate, and the correct option to use for this scenario is Azure Application Insights.
Azure Event Hubs is a big data streaming platform and event ingestion service that can receive and process millions of events per second. It is typically used for high-volume, low-latency data streams where the data is typically processed in near real-time. However, it is not the appropriate solution for measuring the average load times of application pages.
Azure Application Insights is a comprehensive application performance management (APM) service that allows you to monitor and analyze the performance and usage of your applications. It provides real-time insights into application availability, performance, and usage trends. Application Insights provides rich telemetry data such as response times, dependency rates, and error rates, which can be used to pinpoint the average load times of application pages. It also offers advanced analytics and correlation features that enable you to identify performance bottlenecks and optimize your application performance.
Therefore, the correct option to use in this scenario is B. Azure Application Insights.