【发布时间】:2016-03-15 17:51:58
【问题描述】:
如何使用 .Net SDK 获取 Azure ARM 虚拟机的监控数据。
我尝试使用 Microsoft.Azure.Insights,但出现以下错误
“/”应用程序中的服务器错误。
<h2> <i>Runtime Error</i> </h2></span>
<font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
<b> Description: </b>An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
<br><br>
<b>Details:</b> To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".<br><br>
【问题讨论】:
标签: azure azure-resource-manager azure-monitoring