question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

FromConnectionString method for StorageSharedKeyCredential

See original GitHub issue

Library or service name. Azure.Storage.Common

Is your feature request related to a problem? Please describe. It looks like StorageSharedKeyCredential should have a static FromConnectionString method. The Java library has one:

https://docs.microsoft.com/en-us/java/api/com.azure.storage.common.storagesharedkeycredential.fromconnectionstring?view=azure-java-stable

Thanks

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:1
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
seanmcc-msftcommented, Oct 28, 2020

Hi @j055, this seems like a reasonable suggestion, we will look into adding it to the SDK soon.

0reactions
msftbot[bot]commented, Mar 13, 2021

Hi @j055. There was a mistake and this issue was unintentionally flagged as a stale pull request. The label has been removed and the issue will remain active; no action is needed on your part. Apologies for the inconvenience.

Read more comments on GitHub >

github_iconTop Results From Across the Web

StorageSharedKeyCredential Class
Method Summary​​ Creates a SharedKey credential from the passed connection string. Generates the SharedKey Authorization value from information in the request.
Read more >
Why there is no StorageSharedKeyCredential. ...
Set the variables in environment and read it from there. (redundancy) · Extract the fromConnectionString parser and use it as a helper function....
Read more >
Uses of Class com.azure.storage.common ...
Creates a SharedKey pipeline policy that adds the SharedKey into the request's authorization header. Uses of StorageSharedKeyCredential in com.azure.storage.
Read more >
How to use the @azure/storage-blob.BlobServiceClient. ...
fromConnectionString function in @azure/storage-blob. To help you get started, we've selected a few @azure/storage-blob examples, based on popular ways it ...
Read more >
Access blob by URI using Storage Connection String in C# ...
I'm using the Azure.Storage.Blobs SDK version 12.7 in C# with .net core and I want to access a blob directly by it's URI...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found