I'm looking into using Azure Blob Storage and, from looking at several tutorials, I get that one can access the blob storage through a connection string or using StorageCredentials.
Is there a best practice? Or do both serve a different purpose?
Cheers, B.