You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Application performance monitoring for Azure app services. Chart load and response time, dependency information, and set alerts on performance.
4
4
ms.topic: conceptual
5
5
ms.date: 12/11/2019
6
-
6
+
ms.custom: fasttrack-edit
7
7
---
8
8
9
9
# Monitor Azure App Service performance
@@ -51,15 +51,16 @@ There are two ways to enable application monitoring for Azure App Services hoste
51
51
2. After specifying which resource to use, you can choose how you want application insights to collect data per platform for your application. ASP.NET app monitoring is on-by-default with two different levels of collection.
52
52
53
53

| Collects usage trends, and enables correlation from availability results to transactions | Yes |Yes |
61
+
| Collects exceptions unhandled by the host process | Yes |Yes |
62
+
| Improves APM metrics accuracy under load, when sampling is used | Yes |Yes |
63
+
| Correlates micro-services across request/dependency boundaries | No (single-instance APM capabilities only) |Yes |
63
64
64
65
3. To configure settings like sampling, which you could previously control via the applicationinsights.config file you can now interact with those same settings via Application settings with a corresponding prefix.
0 commit comments