when providing access to a file stored in Azure file share via SAS Uri, I need to expose my internal folder structure in the URI, e.g. https://MYACCOUNT.file.core.windows.net/MYSHARE/everybody/can/see/my/shares/folder/structure/file.txt?SASToken=Foo
Is there a (more secure) way to provide URIs omitting the entire path? E.g. https://MYACCOUNT.file.core.windows.net/MYSHARE?SasToken=Foo
KR, Gerhard