Questions tagged [azure-diagnostics]

Allows to collect various diagnostics data (performance counters, logs, crash dumps, ...) from Azure roles to Azure Storage.

Windows Azure Diagnostics allows to collect on Azure Storage various diagnostics data on Azure Roles (such as performance counters, IIS logs, event logs and custom logs).

Windows Azure Diagnostics has a fine grained configuration:

  • each role can be configured differently;
  • data can be transferred from roles to Azure Storage periodically or on demand;
  • configuration can be changed from outside Azure, without requiring reboots or redeployments;
  • Diagnostics can collect additional and/or custom data (for example, Windows Azure Caching diagnostics info).
356 questions
0
votes
1 answer

How to use Trace Diagnostics in Azure Project

In my solution,I have one Azure worker role project and a class library(which deals with socket programming need for my project).When I deployed the solution on hosted service,something it is going wrong.Everything works like charm on Local dev…
Vivek Misra
  • 245
  • 4
  • 12
0
votes
2 answers

Retrieving Azure Diagnostics logs

We have about 10 instances in 5 deployments running in Azure, with logging to Azure Diagnostics (WADLogsTable). I need to retrieve these logs once in several minutes for analysis locally by 3rd party tool. I already have simple version which reads…
Stam
  • 111
  • 5
0
votes
1 answer

I don't find 'WebRole.cs' file in my PHP Web ROle

I am having problems while trying to configure Windows Azure Diagnostics in a PHP Web Role. I have read that I have to modificate the OnStart() method in the WebRole.cs file, right? But the problem is that I don't find this file in my project. I…
0
votes
2 answers

Diagnostic monitor for 3 roles (Windows Azure)

I'm working on a project with 3 roles (two WebRoles and one WorkerRole) deployed in windows Azure. My problem is when the instances try to start the Diagnostic monitor (for trace). Starting the diagnostic monitor from the WorkerRole works fine, but…
GoodSpeed
  • 323
  • 3
  • 14
0
votes
1 answer

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.
Ruchit Rami
  • 2,245
  • 3
  • 24
  • 52
0
votes
2 answers

Azure Diagnostics - Throw exception when click on browse button

I'm trying to log diagnostics into storage account. Throw error Nothing happens. No dialog box. Any help will be greatly appreciated!
Win
  • 56,078
  • 13
  • 92
  • 167
0
votes
2 answers

Getting Azure Logs from role process

I've configured the Azure Diagnostics so that the logs get uploaded to a storage table. I'm using Trace.TraceXxx from my code and all works well. Now I'm trying to add tracing from the Role OnStart() and OnStop() methods. I know that the tracing…
ThomasWeiss
  • 1,242
  • 16
  • 28
-1
votes
1 answer

Azure Scheduled WebJob - save diagnostics to Table store?

I can successfully save my logs to Table store for a continuous WebJob, following these instructions: https://azure.microsoft.com/en-us/documentation/articles/web-sites-enable-diagnostic-log/ However, if I make the WebJob scheduled (runs once every…
-1
votes
1 answer

Azure diagnostics configuration is wiped off after re-deploying

I have a project which I upgraded the Azure SDK to 2.5. I did the diagnostics changes and configured the diagnostics after deploying. After couple of re-deployments, I noticed that the diagnostics configuration is gone. It was no longer recording…
-1
votes
1 answer

How to connect my Windows Azure application to SQL Server Compact Edition version 3.5.8080

I am building my first Windows azure application and i am forced to use SQL Compact Edition version 3.5.8080 for some business reasons, i want to use SQL Compact Edition on Windows Azure. is there any way for it ? Another question: Is there any…
MohamedHamza
  • 185
  • 1
  • 12
-2
votes
1 answer

Unable to update Virtual Machine Diagnostic sttings

As title said, unable to update Diagnostic Settings on a Virtual Machine As I created, it got set up to every 5 seconds performance counters, that makes over 400Gb every month approx. Normally I do not need this kind of diagnostics, so I try to…
pGrnd2
  • 374
  • 1
  • 2
  • 12
1 2 3
23
24