An Event Hubs namespace provides a unique scoping container, in which you create one or more event hubs. We will use REST API to create namespace using POSTMAN.
postman
Create Azure Storage Account using Service Principal & Azure REST APIs in Postman
You can asynchronously create a new azure storage account using REST API in POSTMAN.
How to authorize access to Azure storage using Shared Key Authorization in Postman
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.
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 generate Content-MD5 value ( base64-encoded 128-bit MD5) of the data
Generate the content-MD5 value to call S3 API operations (PUT & POST) using POSTMAN
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.