Can we use sas token without connection string #51
Replies: 1 comment
-
Yes, we support this. $sasUrl = new Url('some-url.com?sas=abc');
$client = new BlobServiceClient($sasUrl); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have SAS toekn we dnt have connection string, client is not given connection string. so can we use SAS Token in this package ?
Beta Was this translation helpful? Give feedback.
All reactions