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 using the blob storage connection string for deletion.
How would I do that?
I assume I can use the BlobClient class, which constructor takes the URI, but then im not authorized. The constructor takes also a StorageSharedKeyCredential, but how can I create it from the connection string?