-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add support to instanciate Azure Storage Client via connection string #7
Comments
There is a few things to change in the code. For example in line |
Is there any progress on this feature request? Library is basically unusable, when we can not connect dev environment to local emulator. |
We are working on this @wiekonek. I will keep you posted. |
How are you doing with the upgrades? If you need any help, please let me know :) |
Any update on this? |
I'm submitting a...
Current behavior
This lib only supports storage account name and storage account SAS Key, either through configuration, or through additional storage options in the interceptor declaration.
Expected behavior
We should be able to precise either an account name/storage account pair OR a connection string.
Minimal reproduction of the problem with instructions
Irrelevant :)
What is the motivation / use case for changing the behavior?
Having a connection string support will enable the following scenarios :
Environment
The text was updated successfully, but these errors were encountered: