Azure – Java how to create an BlobServiceClient with a sas token for a specific folder?
I have a SAS token for a specific folder, which in itself of course has more folders and blobs. I am looking to create a Service or Container client to allow me to iterate on the folders/blobs in this folder.…