我的代码:
CloudStorageAccount.TryParse("DefaultEndpointsProtocol=http;AccountName=your_storage_account_name;AccountKey=your_storage_account_key");
总是返回假。我只能让它为连接字符串“UseDevelopmentStorage=true”工作。出于测试目的,我需要使用另一个(虚拟)连接字符串运行它,但我无法解析它。请指教。
抛出的异常是“找不到有效的帐户信息组合”