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:
- Clone or download the JSON file
- Open the Postman app
- Click the orange "Import" button
- Choose the file
- Import it
- Edit the new collection using the "..." menu
- Go to the Variables tab
- 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.