I\'ve always found this very confusing. There is a WindowsAzure.Storage Nuget package authored by Microsoft which allows you to work with, for example, blob storage (creati
There are now three levels:
WindowsAzure.Storage - up to v9.3.3 - don't use this anymore.Microsoft.Azure.Storage - v9.4.0 to v11.1.7 - olderAzure.Storage - v12.x - use this library.All the Azure libraries are being consolidated into the Azure namespace, so the newer libraries all start with Azure (not Microsoft.Azure or WindowsAzure) and you should use those when available.