Skip to content

Commit 42978f5

Browse files
committed
added link to java agent
1 parent ec4dbde commit 42978f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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](https://docs.microsoft.com/azure/azure-monitor/app/java-ipa)
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)

0 commit comments

Comments
 (0)