Tagged Questions
1
vote
1answer
83 views
Windows Azure: Can't see trace listener's output in diagnostics logs
i want to log some messages using trace listeners in windows azure diagnostics. I am able to see the blob that diagnostics created on my permanent storage but i can't see the trace listener's output.
...
0
votes
1answer
64 views
Azure cloud diagnostic to table storage: how to specify table name?
I create could storage account to be destination of Azure cloud diagnostic. By default, there is WADLogstable which is created for me. i like to do following.
Change table name per a role. Example, ...
1
vote
1answer
184 views
Azure DiagnosticsMonitorTraceListener not working
Azure is starting to do my nut, I am trying to get diagnostics tracing working and have followed various guides (all pretty much say the same thing). I now can't debug locally (I get errors) and RDP ...
1
vote
0answers
93 views
Azure diagnostics logs not copied to storage account
I am new to the Azure platform and simply trying to pull my IIS logs into my storage account.
When running locally and using the storage emulator, I can see the logs without issue. However, when ...
1
vote
1answer
242 views
Difference between 'Microsoft.WindowsAzure.Storage.CloudStorageAccount' and 'Microsoft.WindowsAzure.CloudStorageAccount' classes in terms of usage?
After upgrading from Azure SDK 1.7 => 1.8, we're noticing that there are two classes of essentially the same thing:
Microsoft.WindowsAzure.Storage.CloudStorageAccount (v1.7)
...
0
votes
1answer
36 views
WADPerformanceCounters, HR and HRI Tables
I'm using Azure and I'm using performance counters. I have seen that performance counters are stored in WADPerformanceCountersTable. I have seen too that some kind of tables related with performance ...
0
votes
0answers
88 views
Tracking and scheduling Azure diagnostic Performance Metrics on demand
I've been reading many MSDN articles on the Diagnostics API's that the Azure platform provides and I'm having a bit of trouble. I listed my problems and showed below how I'm implementing my logic.
...
0
votes
0answers
101 views
Diagnostics is not working
I have deployed a azure application with one web role and on worker role.
I have added diagnostics configuration using "diagnostics.wadcfg" as below:
<DiagnosticMonitorConfiguration ...
3
votes
1answer
111 views
Can I transfer diagnostic data to Azure storage of different account and with some intermediate API
I am building window azure application monitoring utility and for that i have to load test my REST API(on every regions) to get perfmon data through startup task on end user's application and i have ...
0
votes
1answer
116 views
Which kind of Azure diagnositcs log stores the data for webrole instance count change, start, stop, Upgrade etc.?
Which kind of Azure diagnositcs log stores the data for webrole instance count change, start, strop, Upgrade etc.? I need to store this logs for my application.
1
vote
2answers
232 views
Azure Diagnositcs not storing data, even with default application
I am trying to store the azure diagnostics data on the storage account.
I have tried the following code:
public override bool OnStart()
{
// For information on handling configuration ...
4
votes
1answer
284 views
Turning On Diagnostics in Azure eats up transactions - MACommand.xml
We were just trying out the Azure Storage Analytics Service, and something very unusual caught our attention.
The transaction count for the diagnostics storage account ( the account to which the ...
2
votes
2answers
202 views
Should I create a new storage account specifically to store Azure Diagnostics data?
I currently have a single "storage account" on Windows Azure for application data. Note that this storage account is tied to the CDN. I want to start collecting diagnostic data and persisting it to a ...
5
votes
3answers
5k views
Windows Azure Trace Log not working
I'm sure I have missed something simple but I can't get simple Trace.WriteLine to work on Azure.
Steps I have taken:
Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString has been set up to ...
