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
377 stars 87 forks source link

Storage Explorer doesn't use user delegation SAS in upload/download #8299

Closed JasonYeMSFT closed 3 days ago

JasonYeMSFT commented 6 days ago

Preflight Checklist

Storage Explorer Version

1.36.2

Regression From

No response

Architecture

x64

Storage Explorer Build Number

No response

Platform

All

OS Version

No response

Bug Description

When uploading/downloading blobs, Storage Explorer doesn't use user delegation SAS.

Steps to Reproduce

  1. Sign in
  2. OAuth attach to a blob container
  3. Upload a blob to it and see what credential is used by AzCopy

Actual Experience

Storage Explorer should use the following credentials in this preferred order:

Expected Experience

Storage Explorer uses the following credentials in this preferred order:

Additional Context

No response