Skip to content

Commit 65eda1f

Browse files
authored
Update java-in-process-agent.md
1 parent 4f8db16 commit 65eda1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ If you develop a Spring Boot application, you can replace the JVM argument by a
7474

7575
1. There are two ways you can point the jar file to your Application Insights resource:
7676

77-
- You can set an environment variable:
77+
- Set an environment variable:
7878

7979
```console
8080
APPLICATIONINSIGHTS_CONNECTION_STRING=<Copy connection string from Application Insights Resource Overview>
8181
```
8282

83-
- Or you can create a configuration file named `applicationinsights.json`. Place it in the same directory as `applicationinsights-agent-3.4.7.jar` with the following content:
83+
- Create a configuration file named `applicationinsights.json`. Place it in the same directory as `applicationinsights-agent-3.4.7.jar` with the following content:
8484

8585
```json
8686
{

0 commit comments

Comments
 (0)