Skip to content

Commit 7413c1c

Browse files
authored
Update azure-web-apps.md
Update the section on .NET collection levels to present the capability differences in a tabular form for more clarity.
1 parent 65623aa commit 7413c1c

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

articles/azure-monitor/app/azure-web-apps.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,16 @@ There are two ways to enable application monitoring for Azure App Services hoste
5151
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.
5252

5353
![Choose options per platform](./media/azure-web-apps/choose-options-new.png)
54-
55-
* .NET **Basic collection** level offers essential single-instance APM capabilities.
56-
57-
* .NET **Recommended collection** level:
58-
* Adds CPU, memory, and I/O usage trends.
59-
* Correlates micro-services across request/dependency boundaries.
60-
* Collects usage trends, and enables correlation from availability results to transactions.
61-
* Collects exceptions unhandled by the host process.
62-
* Improves APM metrics accuracy under load, when sampling is used.
54+
55+
Below is a summary of data collected for each route:
56+
57+
| | .NET Basic Collection | .NET Recommended collection |
58+
| --- | --- | --- |
59+
| Adds CPU, memory, and I/O usage trends |Yes |Yes |
60+
| 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 |
6364

6465
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.
6566

0 commit comments

Comments
 (0)