I\'m developing an ASP.Net MVC 4 app and I\'m using Azure Blob to store the images that my users are going to upload. I have the following code:
var storag
The simple solution to this problem is, container should always be in lower case. I had the same issue, which got resolved after changing container name to all in lower case.