Skip to content

Commit b2f6120

Browse files
committed
Clarify app server doc
1 parent 64a5d94 commit b2f6120

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

articles/azure-monitor/app/java-in-process-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This article describes how to enable and configure the OpenTelemetry-based Azure
1616
Java auto-instrumentation can be enabled without any code changes.
1717

1818
### Prerequisites
19-
- Java Application using version 8+
19+
- Java Application using Java 8+
2020
- Azure subscription - [Create an Azure subscription for free](https://azure.microsoft.com/free/)
2121
- Application Insights resource - [Create an Application Insights resource](create-workspace-resource.md#create-workspace-based-resource)
2222

articles/azure-monitor/app/java-standalone-arguments.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ ms.custom: devx-track-java
88
ms.author: jgol
99
---
1010

11-
# Adding the JVM arg - Azure Monitor Application Insights for Java
12-
13-
11+
# Tips for updating your JVM args - Azure Monitor Application Insights for Java
1412

1513
## Azure environments
1614

@@ -186,3 +184,7 @@ Create a new file `jvm.options` in the server directory (for example `<openliber
186184
```
187185
-javaagent:path/to/applicationinsights-agent-3.2.0.jar
188186
```
187+
188+
## Others
189+
190+
Please see your application server documentation on how to add JVM args.

0 commit comments

Comments
 (0)