Azure Storage Manager is a utility tool for easily managing multiply Windows Azure storage account and its content, includes:
- List/Upload/Download/Delete blobs(Block blob, Page blob, Append blob)
- List Queues, and add or peek queue messages
- List Tables, and add or delete table entities
- List/Upload/Download/Delete files or folder in Azure File Share.
- Copy/Paste blobs and files
- Copy blobs from one container to another container
- Copy blobs from container to file share
- Copy files from one share to another share
- Copy files from file share to container
- Calculate storage table size, and table entities count
- Add shared access policies for container, queue, table and share
- Generate SAS uri for blobs, files, container, queue, table and share
- Generate storage account SAS token
- Update metadata for container, blobs, files
- Create or delete blob snapshots
Azure Storage Manager load all data asynchronously, and any changes(New/Delete/Update/Download/Upload) to storage account are treated as a job, you can view job details by switching to 'Jobs' tab.
Main Window:

Help:
- To manage storage account. Firstly, you will need add your storage account with below steps
- Select ‘File’=>‘Add Storage Account’, to open dialog
- Type your storage account name, and its account key. if you are using Azure China, please make sure checkbox ‘Azure China’is checked.
- Click ‘OK’button.
- To list blobs of a container, simply double click the container on the left panel
- How Can I Upload a Local Folder to Azure File?
- How can I copy blobs from one container
to another?
- How can I get the size or entities count
of storage table?
If you found it useful, you are welcome to support this project!