Skip to content

Commit 02e5a04

Browse files
Merge pull request #223825 from trask/proxy
APPLICATIONINSIGHTS_PROXY
2 parents 3e10403 + f568f36 commit 02e5a04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,8 @@ If your application is behind a firewall and can't connect directly to Applicati
711711
}
712712
```
713713

714+
You can also set the http proxy using the environment variable `APPLICATIONINSIGHTS_PROXY`, which takes the format `https://<host>:<port>`. It then takes precedence over the proxy specified in the JSON configuration.
715+
714716
Application Insights Java 3.x also respects the global `https.proxyHost` and `https.proxyPort` system properties if they're set, and `http.nonProxyHosts`, if needed.
715717

716718
## Recovery from ingestion failures

0 commit comments

Comments
 (0)