Azure BlobClient VS CloudBlobClient
I've been learning Azure recently and I see that there are 2 classes for working with blobs: CloudBlobClient and BlobClient . CloudBlobClient is from Microsoft.Azure.Storage.Blob; namespace, while BlobClient is from Azure.Storage.Blobs namespace. What is the difference between them? When would you use one over the other?