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
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/azure-web-apps.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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