2012 年 10 月の Azure SDK を usedevelopmentstorage=true 接続文字列で試した人はいますか?
CloudStorageAccount.Parse("UseDevelopmentStorage=true")
「指定されたキーは辞書に存在しませんでした」という例外をスローします。
CloudStorageAccount.DevelopmentStorageAccount
正常に動作します。
これは azure SDK のバグですか?