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