Working with Azure Storage Blobs client library
The Azure Storage Blobs is the client library for accessing Azure Blob Storage, I use it to save uploaded images for this blog in production. In this post, I'm going to show how to work with it from the perspectives of tools, code and test.