Reputation: 9003
CloudDrive is a Blob.
Either way, files are gone. So whats the difference?
Upvotes: 0
Views: 314
Reputation: 24895
When you delete a CloudDrive you are actually deleting the page blob in a (blob) container. Calling CloudBlobContainer.Delete deletes the blob container (together with all the blobs in that container), and calling this method might delete more files than you would want to delete.
Upvotes: 2