Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamranayub/azure-storage-rest-postman
Postman collection to sign requests to Azure Storage Management REST API
https://github.com/kamranayub/azure-storage-rest-postman
azure azure-storage cors postman rest rest-api
Last synced: 5 days ago
JSON representation
Postman collection to sign requests to Azure Storage Management REST API
- Host: GitHub
- URL: https://github.com/kamranayub/azure-storage-rest-postman
- Owner: kamranayub
- License: apache-2.0
- Created: 2018-10-10T02:11:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-28T10:31:37.000Z (almost 3 years ago)
- Last Synced: 2024-11-01T03:53:11.160Z (12 days ago)
- Topics: azure, azure-storage, cors, postman, rest, rest-api
- Size: 15.6 KB
- Stars: 26
- Watchers: 6
- Forks: 34
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure Storage Postman Collection
![screenshot](https://user-images.githubusercontent.com/563819/46709351-f1015080-cc08-11e8-961b-66078a744fe8.png)
I've built a [Postman](https://getpostman.com/apps) 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](https://github.com/kamranayub/pluralsight-azure-cors-storage)
To use the collection:
1. Clone or download the JSON file
1. Open the Postman app
1. Click the orange "Import" button
1. Choose the file
1. Import it
1. Edit the new collection using the "..." menu
1. Go to the **Variables** tab
1. Fill in the variables for:
- *azure_storage_account* - Your Azure Storage account name
- *azure_storage_key* - Your secret Storage keyThese 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](https://docs.microsoft.com/en-us/rest/api/storageservices/)