windows azure 試用感受5
今天寫程式測試WINDOWS AZURE STORAGE,發現一個奇怪的問題
問題程式碼
CloudStorageAccount account = CloudStorageAccount.FromConfigurationSetting("DataConnectionString");
var blobclient = account.CreateCloudBlobClient();
// 檢查container是否被建立,如果沒有,建立container
var container = blobclient.GetContainerReference("APS");
container.CreateIfNotExist();
到
var container = blobclient.GetContainerReference("APS");
出現錯誤"One of the request inputs is out of range."
完全讓人無法理解的錯誤提示,從字面上理解是輸入超過範圍,但建立容器引數就是一個名稱,怎麼會超出範圍?
因為前面也寫過同樣的程式,可以成功執行,把前面的程式程式碼拿出比對,發現唯一的區別就是名稱不同
抱著試試的心理,把名稱改了下
var container = blobclient.GetContainerReference("aps");
居然可以了.........
真是奇怪的名稱規則,不允許用大寫做為容器名稱
相關文章
- windows azure 試用感受4Windows
- sql azure試用感受3SQL
- windows 8.1 試用感受:蛋疼感大幅降低Windows
- GoogleChrome試用感受GoChrome
- Windows Azure多租戶應用開發指南Windows
- windows azure tools for macWindowsMac
- windows azure programingWindows
- Insight Windows AzureWindows
- 試用聲網Agora語音SDK感受 | 掘金技術徵文Go
- 雲端計算之路-試用Azure:一次失敗的SQL Server向SQL Azure的遷移嘗試SQLServer
- 【Azure DevOps系列】Azure DevOps構建併發布.NET5應用程式dev
- Windows Azure Pack整合配置SPFWindows
- 【5】測試用例
- Use Windows Azure AD to create SSO projectsWindowsProject
- Windows Azure 名詞定義(Glossary)Windows
- Windows終端好難用?試試gitbash吧!WindowsGit
- 測試部門經理的工作感受
- 談一下使用 rsync for windows 的感受(轉)Windows
- 遠端辦公這 5 年的感受
- 微軟Windows Azure雲端計算平臺微軟Windows
- 轉享:Windows Azure Platform + PHP - Jonathan WongWindowsPlatformPHP
- 雲端計算之路-試用Azure:拐彎抹角的負載均衡負載
- 正確使用Windows Azure 中的VM RoleWindows
- Azure data studio 跨平臺資料庫管理工具試用資料庫
- 【Azure Redis 快取 Azure Cache For Redis】使用Redis自帶redis-benchmark.exe命令測試Azure Redis的效能Redis快取
- 阿里雲主機優惠購買後試用感受(送阿里雲代金券)阿里
- 【Azure 應用服務】Azure App Service 自帶 FTP服務APPFTP
- Windows Azure 免費線上講座,不容錯過Windows
- Windows Azure入門教學系列 全面更新啦!Windows
- 【cypress】5. 測試本地web應用Web
- 用c# 開發html5的嘗試,試用bridge.netC#HTML
- Windows phone 應用開發[9]-單元測試Windows
- 微軟近期已開啟編譯和測試Windows 10 Redstone 5微軟編譯Windows
- Azure Terraform(三)部署 Web 應用程式ORMWeb
- 基於Dapr的 Azure 容器應用
- 用Azure CLI批量上傳檔案
- 雲端計算之路-試用Azure:每一次刪除都讓人如此“心驚”
- 進行Windows Azure SQL Database的水平擴充套件GVWindowsSQLDatabase套件