Version 1.2.7
  • 06 Apr 2022
  • 2 Minutes to read
  • Contributors
  • Dark
    Light
  • PDF

Version 1.2.7

  • Dark
    Light
  • PDF

Article summary

February 2018

Version 1.2.7

Azure Storage

  • 1st version with support for managing data in your Azure Storage accounts.

  • Following features are supported:

    • Storage Account Connections:
      • Connect to your storage account using account name/key.
      • Connect to storage emulator on Windows.
      • For RA-GRS accounts, ability to explore data from both primary and secondary endpoints.
      • Option to configure what nodes (seconday in case of RA-GRS accounts, blob containers, file shares, queues and tables) you want to see in the treeview.
      • Create Account Shared Access Signature (SAS) for storage account.
    • Blob Service:
      • List blob containers in a storage account.
      • Search for blob containers in a storage account by blob container prefix.
      • Create blob containers in a storage account.
      • Delete one or more blob containers from a storage account.
      • View blob container properties.
      • Manage blob container metadata.
      • Manage blob container permissions and access policies.
      • Create SAS on blob containers.
      • Manage lease (acquire, break, change, release and renew) on a blob container.
      • Manage CORS policies for blob service.
      • Manage storage analytics (logging and hourly/minute metrics) settings for blob service.
      • Ability to manage blobs is currently not supported. It will be added very shortly.
    • File Service:
      • List file shares in a storage account.
      • Search for file shares in a storage account by blob container prefix.
      • Create file shares in a storage account.
      • Delete one or more file shares from a storage account.
      • View file share properties.
      • Manage file share metadata.
      • View file share statistics.
      • Change file share quota.
      • Manage file share access policies.
      • Create SAS on file share.
      • Manage CORS policies for file service.
      • Ability to manage files and directories is currently not supported. It will be added very shortly.
    • Queue Service:
      • List queues in a storage account.
      • Search for queues in a storage account by queue prefix.
      • Create queues in a storage account.
      • Delete one or more queues from a storage account.
      • View queue properties.
      • Manage queue metadata.
      • Manage queue access policies.
      • Create SAS on queues.
      • Manage messages in a queue. You can peek messages or dequeue them for updation or deletion.
      • Create new messages in a queue.
      • Delete one or messages from a queue. For deletions, messages must be dequeued.
      • Update message content and/or visibility timeout. For updation, message must be dequeued.
      • Clear queue. This operation will remove all messages from a queue without deleting the queue.
      • Copy/paste messages. You can copy selected messages to clipboard and then paste them in same/different queue in same or different storage account.
      • Monitor queue.
      • Manage CORS policies for queue service.
      • Manage storage analytics (logging and hourly/minute metrics) settings for queue service.
    • Table Service:
      • List tables in a storage account.
      • Search for tables in a storage account by table prefix.
      • Create tables in a storage account.
      • Delete one or more tables from a storage account.
      • Manage table access policies.
      • Create SAS on tables.
      • Create new entities in a table.
      • Monitor table.
      • Manage CORS policies for table service.
      • Manage storage analytics (logging and hourly/minute metrics) settings for table service.
      • Ability to manage entities is currently not supported. It will be added very shortly.

User Experience Improvements

  • Treeview Item Keyboard shortcuts: With this release, we have added some keyboard shortcuts on treeview items. For example, to create a new Cosmos DB database simply press Ctrl/Cmd+N on databases node.

Was this article helpful?

What's Next