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

Creating a thumb.db file and showing icons of images in an Azure file server #8265

Closed joel74 closed 3 weeks ago

joel74 commented 3 weeks ago

Preflight Checklist

Problem

We use Azure Storage Explorer to store graphic files. Would it be possible to replicate the functionality in File Explorer that creates icons and stores them in a thumbs.db file, and then allow changing the view for a folder to show them?

Desired Solution

I'd like the option to set the view for a folder to an icon view, to see icons of graphics files.

Alternatives and Workarounds

No response

Additional Context

No response

craxal commented 3 weeks ago

This sort of feature is really out of scope for Storage Explorer and isn't very suitable for a cloud environment. Should we consider it, we would have to take into account a lot of factors:

If you need thumbnails for quick browsing, if your files are stored in an Azure File Share, you could mount the file share onto your local machine and navigate using Windows File Explorer directly. That way, you'd get all of the thumbnail support right from the OS.