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.
Service Principal
How to download all the files and folders from Azure File Storage using PowerShell script
You can download files and folders from Azure File storage using this PowerShell script. You can use service principal who has access to Key vault and storage account. The storage account secret can be saved in Key vault to be accessed through PowerShell script.
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