Skip to content

Commit fdcde92

Browse files
Merge pull request #301925 from craxal/dev/cralvord/azcopy-proxy
Remove reference of old AzCopy proxy setting
2 parents f87d0ae + cc69e75 commit fdcde92

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/storage/common/storage-explorer-network.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@ You should first try using [**system proxy**](#use-system-proxy). After that, [*
117117

118118
## AzCopy proxy usage
119119

120-
Storage Explorer uses AzCopy for most data transfers operations. AzCopy is written using a different set of technologies than Storage Explorer and therefore has a slightly different set of proxy capabilities.
120+
Storage Explorer uses AzCopy for most data transfers. AzCopy is written using a different set of technologies than Storage Explorer and therefore has a slightly different set of proxy capabilities. The following describe AzCopy's proxy behavior based on how Storage Explorer is configured:
121121

122-
If Storage Explorer is configured to **do not use proxy** or to use **system proxy**, then AzCopy uses its own autodetect proxy features to determine if and how it should make requests to a proxy. If you configured Storage Explorer to source proxy settings from **environment variables** or **app proxy settings** though, then Storage Explorer tells AzCopy to use the same proxy settings.
123-
124-
If you don't want AzCopy to use proxy at all, then you can disable proxy usage by toggling **Settings** (gear icon in the vertical toolbar) > **Transfers** > **AzCopy** > **Disable AzCopy Proxy Usage**.
122+
- If Storage Explorer is configured with `system proxy`, AzCopy uses its own autodetect proxy features.
123+
- If Storage Explorer is configured with `environment variables` or `app proxy settings`, Storage Explorer tells AzCopy to use the same proxy setting.
124+
- If Storage Explorer is configured with `do not use proxy`, AzCopy proxy usage is disabled.
125125

126126
Currently, AzCopy only supports proxy servers that use **basic authentication**.
127127

0 commit comments

Comments
 (0)