Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Shared Key authentication enable unlimited access i.e it does not have any expiry. Refer to the Azure article Authorize with Shared Key for reference. The above PowerShell script creates the Shared Key for three operation LIST, GET, PUT. The three operation support three different process:

  1. LIST BLOB
    1. The LIST BLOB operation displays the list of blobs in the container. 
  2. GET BLOB
    1. The GET BLOB operation is used to get the content in a blob. 
  3. PUT BLOB
    1. The PUT BLOB operation is used to create a blob and adding a content to it or writing to a blob.

...