Skip to content

Commit d242789

Browse files
authored
Merge pull request #109454 from MS-jgol/updated-Java-links
Update Java links, converted app-map.md to tabbed format
2 parents 33a4185 + 42978f5 commit d242789

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/azure-monitor/app/asp-net-exceptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Exceptions in your live web app are reported by [Application Insights](../../azu
1515
* Azure VM and Azure virtual machine scale set IIS-hosted apps: Add the [Application Monitoring Extension](../../azure-monitor/app/azure-vm-vmss-apps.md)
1616
* Install [Application Insights SDK](../../azure-monitor/app/asp-net.md) in your app code, or
1717
* IIS web servers: Run [Application Insights Agent](../../azure-monitor/app/monitor-performance-live-website-now.md); or
18-
* Java web apps: Install the [Java agent](../../azure-monitor/app/java-agent.md)
18+
* Java web apps: Enable the [Java agent](https://docs.microsoft.com/azure/azure-monitor/app/java-in-process-agent)
1919
* Install the [JavaScript snippet](../../azure-monitor/app/javascript.md) in your web pages to catch browser exceptions.
2020
* In some application frameworks or with some settings, you need to take some extra steps to catch more exceptions:
2121
* [Web forms](#web-forms)

articles/azure-monitor/app/distributed-tracing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ Azure Monitor also offers an [application map](https://docs.microsoft.com/azure/
2323

2424
## How to Enable Distributed Tracing
2525

26-
Enabling distributed tracing across the services in an application is as simple as adding the proper SDK or library to each service, based on the language the service was implemented in.
26+
Enabling distributed tracing across the services in an application is as simple as adding the proper agent, SDK, or library to each service, based on the language the service was implemented in.
2727

28-
## Enabling via Application Insights SDKs
28+
## Enabling via Application Insights through auto-instrumentation or SDKs
2929

30-
The Application Insights SDKs for .NET, .NET Core, Java, Node.js, and JavaScript all support distributed tracing natively. Instructions for installing and configuring each Application Insights SDK are available below:
30+
The Application Insights agents and/or SDKs for .NET, .NET Core, Java, Node.js, and JavaScript all support distributed tracing natively. Instructions for installing and configuring each Application Insights SDK are available below:
3131

3232
* [.NET](https://docs.microsoft.com/azure/application-insights/quick-monitor-portal)
3333
* [.NET Core](https://docs.microsoft.com/azure/application-insights/app-insights-dotnetcore-quick-start)
34-
* [Java](https://docs.microsoft.com/azure/application-insights/app-insights-java-get-started)
34+
* [Java](https://docs.microsoft.com/azure/azure-monitor/app/java-in-process-agent)
3535
* [Node.js](https://docs.microsoft.com/azure/application-insights/app-insights-nodejs-quick-start)
3636
* [JavaScript](https://docs.microsoft.com/azure/application-insights/app-insights-javascript)
3737
* [Python](opencensus-python.md)

0 commit comments

Comments
 (0)