Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Azure Storage UtilityNew to Visual Studio Code? Get it now.
Azure Storage Utility

Azure Storage Utility

Compulim

|
18,171 installs
| (1) | Free
Generates Shared Access Signature for Azure Storage URI
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Azure Storage Utility

Generates Shared Access Signature for Azure Storage URI

Usage

Highlights an URI which points to Azure Storage, e.g. http://accountname.blob.core.windows.net/container/myfile.ext. Then, run it thru Command Palette.

  • Bring up Command Palette (F1, or Ctrl+Shift+P on Windows and Linux, or Shift+CMD+P on OSX)
  • Type or select "Azure Storage: Build a SAS URI"

You can also add a keyboard shortcut with JSON below.

{
  "key": "ctrl+alt+shift+s",
  "command": "azureStorage.buildSASURI",
  "when": "editorTextFocus"
}

Change log

  • 0.0.2 (2016-07-18)
    • Works with URI with encoded characters
  • 0.0.1 (2016-07-18)
    • Initial commit

Contributions

Love this extension? Star us!

Want to make this extension even more awesome? Send us your wish.

Hate how it is working? File an issue to us.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft