简体   繁体   English

Azure云服务监视设置不可用

[英]Azure Cloud Service monitoring settings unavailable

I can't set the level of monitoring in production. 我无法设置生产中的监视级别。 I enabled diagnotics in WebRole project(also with performance counters and Azure Storage connection). 我在WebRole项目中启用了诊断(也具有性能计数器和Azure存储连接)。 I check azure storage tables - data is written. 我检查了azure存储表-已写入数据。 How to enable changing monitoring level? 如何启用监视级别?

PS I user Azure SDK 2.5 PS I用户Azure SDK 2.5

There is a compatibility issue with SDK 2.5 that causes the verbose monitoring settings to be unavailable in the portal. SDK 2.5存在一个兼容性问题,该问题导致详细的监视设置在门户中不可用。 To resolve this you should be able to add the following configuration setting to your csdef/cscfg and set it to a valid storage account: 要解决此问题,您应该能够在csdef / cscfg中添加以下配置设置,并将其设置为有效的存储帐户:

<Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value="DefaultEndpointsProtocol=https;AccountName=diagstore;AccountKey=+Pgl4GVRy01UUy9uL4cFqsufI/79xsqBAHkNmYsDycfY8Qs5dZXzqgs8AZl1XsJWvGgEUsW/smz1DvswusCxjw==" />

SDK 2.6 will resolve this issue. SDK 2.6将解决此问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM