我们在我们的 webrole 中托管 3party 站点并限制他们访问存储容器我需要从代码中设置连接字符串而不是在服务配置中设置连接字符串?
这可能吗?
根据答案,我遇到了问题。
DiagnosticMonitorConfiguration dmConfig = DiagnosticMonitor.GetDefaultInitialConfiguration();
DiagnosticMonitor.StartWithConnectionString(conn, dmConfig);
这会将配置重置为默认值并覆盖使用云服务部署的内容。我假设在使用 StartWithConnectionString 时,您不能使用他们在 Visual Studio 中添加的支持来设置这些东西。