0

.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 &lt;customErrors&gt; tag within a &quot;web.config&quot; configuration file located in the root directory of the current web application. This &lt;customErrors&gt; tag should then have its &quot;mode&quot; attribute set to &quot;Off&quot;.<br><br>
4

1 に答える 1

1

Azure Resource Manager で利用可能なすべての Azure リソースの監視メトリックと運用イベントを取得するための統合 API を含むMicrosoft Azure Insights Libraryを使用して生のメトリック データにアクセスできます。詳細については、 MSDN ライブラリ - Microsoft.Azure.Insightsを参照してください。

于 2016-03-15T06:47:24.967 に答える