I am using @azure/storage-blob, i am able to upload file, but how do i retrieve it? any ideas how to get SAS url of storage?
i need to generate url which expires in few minutes, and url is token based, because container is not for public access. kindly help in node.js or guide me with some plugin which helps to get/generate sas url for that file in blob storage. Thank you in advance!