Azure Blob 400 컨테이너 생성 시 잘못된 요청. ASP를 개발하고 있습니다.Net MVC 4 앱과 저는 Azure Blob을 사용하여 사용자가 업로드할 이미지를 저장하고 있습니다.다음 코드가 있습니다. var storageAccount = CloudStorageAccount.Parse(ConfigurationManager.ConnectionStrings["StorageConnection"].ConnectionString); var blobStorage = storageAccount.CreateCloudBlobClient(); //merchantKey is just a GUID that is asociated with the merchant var containerName = ("ImageAds..