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...134 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...1 like·153 readsAzure REST APIsazure blob storage