Skip to content

Commit eb8af9b

Browse files
authored
Merge pull request #155762 from trask/fix-line-wrapping
Fix line wrapping
2 parents c77c0e9 + 3d2bae4 commit eb8af9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,8 @@ If your application is behind a firewall and cannot connect directly to Applicat
375375
}
376376
```
377377

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).
378+
Application Insights Java 3.0 also respects the global `https.proxyHost` and `https.proxyPort` system properties
379+
if those are set (and `http.nonProxyHosts` if needed).
380380

381381
## Metric interval
382382

0 commit comments

Comments
 (0)