microsoft / AzureStorageExplorer

Easily manage the contents of your storage account with Azure Storage Explorer. Upload, download, and manage blobs, files, queues, tables, and Cosmos DB entities. Gain easy access to manage your virtual machine disks. Work with either Azure Resource Manager or classic storage accounts, plus manage and configure cross-origin resource sharing (CORS) rules.
Creative Commons Attribution 4.0 International
365 stars 85 forks source link

When "App Settings" or "Environment Variable" are Configured Proxy Source, AzCopy is not Picking Up Proxy Info #7913

Closed MRayermannMSFT closed 2 months ago

MRayermannMSFT commented 2 months ago

Issue

  1. Launch Storage Explorer with "App Settings" or "Environment Variable" as configured proxy source
  2. Open a container
  3. Start an AzCopy powered transfer (upload/download/copy/etc.)

Expected: AzCopy uses the configured proxy info.

Actual: It doesn't.

Workarounds

Staying on 1.33:

  1. Launch Storage Explorer with "App Settings" or "Environment Variable" as configured proxy source
  2. Open a container
  3. Start an AzCopy powered transfer (upload/download/copy/etc.)
  4. Observe the unexpected behavior
  5. Set proxy source to "don't use proxy"
  6. Set proxy source to "App Settings"
  7. Re-run the transfer

Not-Staying on 1.33:

  1. Download 1.32.1 (https://github.com/microsoft/AzureStorageExplorer/releases/tag/v1.32.1)
  2. Use in the way you want