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.
1 parent 408aef8 commit 3d2bae4Copy full SHA for 3d2bae4
articles/azure-monitor/app/java-standalone-config.md
@@ -375,8 +375,8 @@ If your application is behind a firewall and cannot connect directly to Applicat
375
}
376
```
377
378
-Application Insights Java 3.0 also respects the global `-Dhttps.proxyHost` and `-Dhttps.proxyPort` if those are set
379
-(and `-Dhttp.nonProxyHosts` if needed).
+Application Insights Java 3.0 also respects the global `https.proxyHost` and `https.proxyPort` system properties
+if those are set (and `http.nonProxyHosts` if needed).
380
381
## Metric interval
382
0 commit comments