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

Launch Storage Explorer based on a blob path / uri #2350

Open vascoveigams opened 4 years ago

vascoveigams commented 4 years ago

Would add value if Storage Explorer could be launched targeting a specific blob uri location / path. For example, "StorageExplorer "https://xyz.blob.core.windows.net/abc/taskA/Logs". It seems to have some partial support for this when integrated/launched from Azure Portal, but not to start at a specific path. This would be a productivity booster for scenarios where you are "exploring" a given storage account blob path.

MRayermannMSFT commented 4 years ago

@vascoveigams , are you asking for a command line option/flag?

vascoveigams commented 4 years ago

Ideally it would work similarly to file explorer / browsers. This feature request is for a cmd-line way. Using a flag (like -uri) should be fine.