Quick Example using Azure's Node.js SDK for Signed URLs
Briefly

To create readable URLs, I used two functions that interact with the Azure Storage Blob SDK. These functions generate SAS tokens for accessing assets securely.
For credentials, I stored essential information such as the Azure key, account name, and container name in environment variables to maintain security and best practices.
Read at Raymondcamden
[
|
]