question

AruniBabuDivith-1241 avatar image
0 Votes"
AruniBabuDivith-1241 asked deherman-MSFT answered

image metadata on blob storage

We're trying to create blob storage for a database of images. What happens to the metadata attached with images when we upload them to blob storage. Would they be easily accessible?

Would you be able to search through the images based on their respective metadata? Or would we have to use metadata of each image to update metadata of the blob for them to be used to search through the blobs?

azure-blob-storage
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

deherman-MSFT avatar image
1 Vote"
deherman-MSFT answered

@AruniBabuDivith-1241
Apologies for the delay response here. Unless you specify the metadata when you upload the blobs the image information would not be searchable in Azure. One thing you might consider is adding AI enrichment with Azure Cognitive Search. This would add descriptions and metadata to allow you to search over your images. Please see the documentation here for more information. There is also a tutorial available which might be helpful.

Hopefully this helps. Let us know if you have further questions or concerns and we will be happy to assist.



Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.