-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I use the storage connection string to create a ServiceURL object? #2766
Comments
More specifically, is there support for the |
Thank you for opening this issue! We are routing it to the appropriate team for follow up. CC: @jeremymeng, @XiaoningLiu, @vinjiang |
Connection string support is SDK's next todo list @jeremymeng has proposed that with a solution |
Dev connection string shortcut work is splitted into #3289 |
Thanks for working with Microsoft on GitHub! Tell us how you feel about your experience using the reactions on this comment. |
The new SDK provides various credential creation methods but its not obvious to me how to create a credential object from a full storage connection string (
DefaultEndpointProtocol****EndpointSuffix
). Do I need to parse the string and extract account name and account key or is there a built in mechanism in the library?The text was updated successfully, but these errors were encountered: