Shared Key authorization for blobs, files, queues, and tables. A client using Shared Key passes a header with every request that is signed using the storage account access key.
POSTMAN
How to authenticate service principal with ‘client_secret’ in Pre-Request Scripts using Postman
Service Principal can be authenticated for azure resources by adding scripts to Pre-Request Scripts section in Postman.
How to use Azure blob storage service REST API operations using POSTMAN
REST API for the Blob service can be used to upload, manage, organize, and delete text and binary data.
How to authenticate azure service principal with ‘client secret’ using Postman
Postman can make REST API call to get access_token for a service principal authenticated with Azure AD.
How to create Azure Storage Account with REST API using Postman
Storage Account RestAPI PUT call can be used to create storage account using Postman
How to use S3 API (GET, PUT & DELETE) operations for bucket lifecycle using POSTMAN
A lifecycle configuration, an XML file, comprises a set of rules with predefined actions that you want Amazon S3 to perform on objects during their lifetime.
How to Get AWS S3 bucket object data using Postman
The contents of a file uploaded to S3 bucket can be accessed via Postman using RestAPI.
How to test Firebase Cloud Messaging (FCM) Push Notification to Android devices using POSTMAN and AWS Simple Notification Service (SNS)
Using POSTMAN you can test the FCM Push Notification messages to your android app client. Also AWS SNS service can be configured to send Push Notification messages to Android App devices.
How to access AWS API Gateway Endpoints using API Key from Azure Logic App and test using POSTMAN
You can easily access the AWS API endpoints secured by API Key using Azure Logic App or test these API’s using POSTMAN.
Azure table storage service REST API operations using POSTMAN
The REST API operations provided by azure table storage service can be used within POSTMAN to Query, Insert, Update and Delete entities in table.