Skip to content

kamranayub/azure-storage-rest-postman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Azure Storage Postman Collection

screenshot

I've built a Postman collection that can automatically generate the appropriate Authorization HTTP header with signature to sign requests. Used for my Pluralsight course, Configuring CORS Access with Storage

To use the collection:

  1. Clone or download the JSON file
  2. Open the Postman app
  3. Click the orange "Import" button
  4. Choose the file
  5. Import it
  6. Edit the new collection using the "..." menu
  7. Go to the Variables tab
  8. Fill in the variables for:
    • azure_storage_account - Your Azure Storage account name
    • azure_storage_key - Your secret Storage key

These two variable values can be found in the Azure Portal for your storage account. The rest of the variables will be filled in automatically.

See Azure Storage REST API docs