I am creating multiple azure function (HTTP trigger) to get content from blob storage,get few metadata values of a single blob and get all metadata attributes of a particular blob type.
I am confused with using binding vs using rest API of blob storage vs azure-storage sdk.
Which is the best approach to use when creating an azure function? If you can point me to some sample documentation of this kind, that would be helpful as well. Thank you.