Skip to content

Commit cce1c1c

Browse files
authored
Merge pull request #188912 from trask/update-http-proxy-docs
Deprecate storing password in json file
2 parents 4a475cf + b2506ce commit cce1c1c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -557,10 +557,6 @@ you can configure Application Insights Java 3.x to use an HTTP proxy:
557557
Application Insights Java 3.x also respects the global `https.proxyHost` and `https.proxyPort` system properties
558558
if those are set (and `http.nonProxyHosts` if needed).
559559

560-
Starting from 3.2.6, authenticated proxies are supported. You can add `"user"` and `"password"` under `"proxy"` in
561-
the json above (or if you are using the system properties above, you can add `https.proxyUser` and `https.proxyPassword`
562-
system properties).
563-
564560
## Self-diagnostics
565561

566562
"Self-diagnostics" refers to internal logging from Application Insights Java 3.x.

0 commit comments

Comments
 (0)