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