We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abc0055 + 146becd commit 05c3cecCopy full SHA for 05c3cec
articles/azure-monitor/app/java-standalone-arguments.md
@@ -22,6 +22,12 @@ See [Monitoring Azure Functions with Azure Monitor Application Insights](./monit
22
23
Read the Spring Boot documentation [here](../app/java-in-process-agent.md).
24
25
+## Third-party container images
26
+
27
+If you are using a third-party container image which you cannot modify, mount the Application Insights Java agent jar
28
+into the container from outside, and set the environment variable for the container
29
+`JAVA_TOOL_OPTIONS=-javaagent:/path/to/applicationinsights-agent.jar`.
30
31
## Tomcat 8 (Linux)
32
33
### Tomcat installed via `apt-get` or `yum`
0 commit comments