Suraj Somanisurajsomani.hashnode.dev·May 23, 2023Azure blob storage index tags- search blob by tags using REST API & bearer token authorizationOverview: In the previous blog, we understood what are index tags and their use case. Also, we saw how to upload files with tags using REST API. If you have not checked it then please go through it before proceeding ahead. In this blog, we will go th...Discuss·117 readsAzure REST APIs2Articles1Week
Suraj Somanisurajsomani.hashnode.dev·May 7, 2023Azure blob storage Index tags- upload file with index tags using REST APIAs datasets get larger, finding specific objects from millions of blobs is very difficult. Azure blob storage provides a feature called Blob Index tags which are key-value pairs associated with blob. Blob index tags are primarily used to categorize d...Discuss·1 like·142 readsAzure REST APIsazure blob storage
Suraj Somanisurajsomani.hashnode.dev·May 6, 2023Azure blob storage - upload blob using REST API and bearer token in PostmanIn this blog, we will see steps on how to create an authorization header using bearer token created for an Azure storage account resource and call PUT blob REST API to upload a file using Postman. We will provide the required permission to perform th...Discuss·196 readsAzure REST APIsazure REST API
Suraj Somanisurajsomani.hashnode.dev·Apr 8, 2023Get bearer token using postman & Azure REST API- Grant type as Client CredentialsIn this post, we will go through steps to get a bearer token which will be used to invoke Azure-provided APIs for various services. We will also learn some basics of using the Postman client app. Run Postman application- first create a new environme...Discuss·173 readsAzure REST APIsAzure