Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.05 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.05 KB

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