Skip to content

Commit b9fc93c

Browse files
authored
Update azure-web-apps.md
1 parent 9419784 commit b9fc93c

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,20 @@ There are two ways to enable monitoring for applications hosted on App Service:
1616

1717
- **Auto-instrumentation application monitoring** (ApplicationInsightsAgent).
1818

19-
- This method is the easiest to enable, and no code change or advanced configurations are required. It's often referred to as "runtime" monitoring. For App Service, we recommend that at a minimum you enable this level of monitoring. Based on your specific scenario, you can evaluate whether more advanced monitoring through manual instrumentation is needed.
19+
This method is the easiest to enable, and no code change or advanced configurations are required. It's often referred to as "runtime" monitoring. For App Service, we recommend that at a minimum you enable this level of monitoring. Based on your specific scenario, you can evaluate whether more advanced monitoring through manual instrumentation is needed.
2020

21-
- The following platforms are supported for auto-instrumentation monitoring:
21+
The following platforms are supported for auto-instrumentation monitoring:
2222

23-
- [.NET Core](./azure-web-apps-net-core.md)
24-
- [.NET](./azure-web-apps-net.md)
25-
- [Java](./azure-web-apps-java.md)
26-
- [Node.js](./azure-web-apps-nodejs.md)
23+
- [.NET Core](./azure-web-apps-net-core.md)
24+
- [.NET](./azure-web-apps-net.md)
25+
- [Java](./azure-web-apps-java.md)
26+
- [Node.js](./azure-web-apps-nodejs.md)
2727

2828
* **Manually instrumenting the application through code** by installing the Application Insights SDK.
2929

30-
* This approach is much more customizable, but it requires the following approaches: SDK for [.NET Core](./asp-net-core.md), [.NET](./asp-net.md), [Node.js](./nodejs.md), [Python](./opencensus-python.md), and a standalone agent for [Java](./java-in-process-agent.md). This method also means you must manage the updates to the latest version of the packages yourself.
31-
* If you need to make custom API calls to track events/dependencies not captured by default with auto-instrumentation monitoring, you'll need to use this method. To learn more, see [Application Insights API for custom events and metrics](./api-custom-events-metrics.md).
30+
This approach is much more customizable, but it requires the following approaches: SDK for [.NET Core](./asp-net-core.md), [.NET](./asp-net.md), [Node.js](./nodejs.md), [Python](./opencensus-python.md), and a standalone agent for [Java](./java-in-process-agent.md). This method also means you must manage the updates to the latest version of the packages yourself.
31+
32+
If you need to make custom API calls to track events/dependencies not captured by default with auto-instrumentation monitoring, you'll need to use this method. To learn more, see [Application Insights API for custom events and metrics](./api-custom-events-metrics.md).
3233

3334
If both auto-instrumentation monitoring and manual SDK-based instrumentation are detected, in .NET only the manual instrumentation settings will be honored, while in Java only the auto-instrumentation will be emitting the telemetry. This practice is to prevent duplicate data from being sent.
3435

0 commit comments

Comments
 (0)