Azure Blob 400 Bad request on Creation of container

后端 未结 12 2503
夕颜
夕颜 2020-12-15 16:26

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         


        
12条回答
  •  离开以前
    2020-12-15 16:36

    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.

提交回复
热议问题