Windows Azure:建立雲端儲存Blob Container的注意事項

來源:互聯網
上載者:User

關於Blob Container命名規則

// create blob container for imagesblobStorage = storageAccount.CreateCloudBlobClient();CloudBlobContainer container = blobStorage.GetContainerReference("file_upload_folder");container.CreateIfNotExist();

當執行上述代碼後,運行時會拋出一個很奇怪的問題:One of the request inputs is out of range.

檢查之後發現是blobStorage.GetContainerReference("file_upload_folder"); 這個地方錯誤。

一般以為檔案夾命名字串和Windows一樣,Windows azure太奇怪了,搜尋google發現有人遇到同樣的問題

 

引用外國論壇的文章

其中提到建議的規則:

a:只能使用小寫字母

b:允許數字

c:允許內部單連字號

d:不能保護任何空格

e:不能包含任何標點符號(連字號除外)

 

於是把“file_upload_folder”改成“fileuploadfolder”  OK 搞定!

問題是底線也算非法字元嗎?反正問題解決了,有時間再做實驗吧

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.