Skip to content

Commit 54b43d1

Browse files
jeanbisuttitrask
andauthored
Update articles/azure-monitor/app/java-get-started-supplemental.md
Co-authored-by: Trask Stalnaker <[email protected]>
1 parent 4e616a8 commit 54b43d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/java-get-started-supplemental.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ENV APPLICATIONINSIGHTS_CONNECTION_STRING="CONNECTION-STRING"
5555
ENTRYPOINT["java", "-javaagent:applicationinsights-agent-3.4.12.jar", "-jar", "app.jar"]
5656
```
5757

58-
In this example we have copied the `applicationinsights-agent-3.4.12.jar` and `applicationinsights.json` files from an `agent` folder (you can choose any folder of your machine). These two files has to be in the same folder in the Docker container.
58+
In this example we have copied the `applicationinsights-agent-3.4.12.jar` and `applicationinsights.json` files from an `agent` folder (you can choose any folder of your machine). These two files have to be in the same folder in the Docker container.
5959

6060
### Third-party container images
6161

0 commit comments

Comments
 (0)