I created an empty solution with one Azure Worker role. I turned on performance monitoring and diagnostics using the default settings.
When I run the application (which succeeds), I try to look in the Azure Storage local development tables for WADPerformanceCountersTable, but I can not find it.
In the event log, I see the following event:
Microsoft.Cis.Monitoring.Query.QueryException: ErrorFail at Microsoft.Cis.Monitoring.Query.QueryLocalTable..ctor(String TableName, String TablePath) at ApplicationInsightsExtension.MATableReader.ReadTableRecords(String tableName, String tablePath, DateTime startTime, DateTime endTime) at Microsoft.Azure.Plugins.Diagnostics.dll.MAStatusWriter.UpdateStatusReport(Object sender, ElapsedEventArgs e)
Local computer setup:
- Visual Studio 2013 Community Edition
- Azure SDK 2.9
- Windows 10
- Starting Visual Studio as an Administrator
- Defining a user role has elevated privileges.
Other links:
c # azure
Alexander Williamson
source share