How to acess or create a azure sas key from node js backend

Viewed 51

I want to create a 1 min expiry sas key in my azure app service to access blob storage.

How can i create a 1 min expiry sas key and access in my node js backend

My website frontend access some PDF's from azure blob storage using sas key's But when the front end is trying the download the pdf the request is sent to azure app service blob storage. When this request is made the request header url in the network tab in dev tools the sas key is getting shown. So i want to create a api that will create a sas key for azure blob storage get expired after 1 min and create a new sas key how to access azure app service to create a 1 min expiry sas key is there any npm package

1 Answers
Related