0
votes

I want to know how to get Blob content along with metadata in Azure function. I am using Event Grid as a trigger and Blob Storage Input binding. Of course, I can get blob content but not metadata. I want this done using Node.js.

Thank you

1

1 Answers

0
votes

Have you tried calling getBlobMetadata(container, blob [, options], callback) method on your Blob Service? More info here: http://azure.github.io/azure-storage-node/BlobService.html#getBlobMetadata__anchor