读取控制容器时出错:Microsoft.WindowsAzure.StorageClient.StorageClientException
我正在尝试按照 Windows Azure Mysql PHP 解决方案加速器 ( http://code.msdn.microsoft .com/winazuremysqlphp ),我在 Fabric UI 中收到以下错误,并且 Mysql 无法启动。 http://www.pastie.org/1297146
I am trying to follow the instructions for the Windows Azure Mysql PHP solution Accelerator ( http://code.msdn.microsoft.com/winazuremysqlphp ) and I get the following error in the Fabric UI and Mysql doesn't start. http://www.pastie.org/1297146
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来您的诊断连接字符串是假的...检查以确保它指向有效的帐户并且密钥正确。或者只是通过注释掉 DiagnosticMonitor.Start(...) 来禁用诊断(应该位于 WorkerRole.cs 中)。
Looks like your diagnostics connection string is bogus... check to make sure it's pointing to a valid account and that the key is correct. Or just disable diagnostics by commenting out DiagnosticMonitor.Start(...) (should be in WorkerRole.cs).