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).
389 questions
5
votes
2 answers

Diagnostics configuration for Azure Deployment throws an error

I'm trying to get diagnostics to work on my Azure Web Worker Role. I start out with the stock Web Worker Role solution by selecting 'New Project/Azure Cloud Service'. If I de-select the 'Enable Diagnostics' on the properties Worker Role, then I…
Quark Soup
  • 4,272
  • 3
  • 42
  • 74
5
votes
1 answer

WorkerRole log4net Trace appender logs not appearing in output window

I have a number of Worker Role projects that I would like to utilize the log4net functionality to log the information. unfortunately none of my logs are actually appearing in my output window. I step over a log line in the debugger, and the output…
Nathan Tregillus
  • 6,006
  • 3
  • 52
  • 91
5
votes
2 answers

Azure SDK, Trace.Information and WADLogsTable

I am writing a new Cloud Service in .NET using Azure SDK 2.5. I'm aware that there have been some significant changes to diagnostics with the 2.5 SDK rekesae. Where I am getting conflicting information is whether or not I can still use Azure…
Gavin Osborn
  • 2,593
  • 3
  • 27
  • 42
5
votes
2 answers

Azure deployment with and New Relic

I have automated deployment of ASP.NET MVC app which uses NewRelic for performance profiling to azure using MSBuild and WebDeploy. I have used waws-prod-blu-001.publish.azurewebsites.windows.net:443 url for deployment as it was mentioned in publish…
petro.sidlovskyy
  • 5,075
  • 1
  • 25
  • 29
5
votes
0 answers

windows azure diagnostics agent stopped working

I get this error when I'm trying to start up web role in the emulator in debug mode. Checked this in several machines but the issue is remains the same. Any help will be great? I'm using Visual Studio 2012, Windows Azure SDK 1.7
Geethanga
  • 1,836
  • 4
  • 20
  • 31
5
votes
2 answers

DiagnosticMonitor in Azure Web Site

Can you use the Azure DiagnosticMonitor in an Azure Web Site (not a web role) ? Or does it need a compute role?
Matt Randle
  • 1,885
  • 2
  • 17
  • 22
5
votes
4 answers

Azure Java Tomcat logging

I am planning to migrate a previously created Java web application to Azure. The application previously used log4j for application level logs that where saved in a locally created file. The problem is that with the Azure Role having multiple…
hpityu
  • 891
  • 10
  • 21
4
votes
1 answer

Force update Diagnostic Configuration file under wad-control-container for Azure

I would like to update the Diagnostic configuration file for the azure roles whenever I upgrade my deployment. How can I do this automatically? From time to time, we do change our diagnostic (using code) - and upgrade the service. But whenever we…
Tejas Vora
  • 538
  • 9
  • 19
4
votes
3 answers

Azure Diagnostics - runtime def vs. wadcfg

I'm trying to understand the various ways to configure the Diagnostics in Windows Azure. So far I've set a diagnostics.wadcfg that is properly used by Azure as I retrieve its content in the xml blob stored by Diagnostics in the wad-control-container…
ThomasWeiss
  • 1,292
  • 16
  • 30
4
votes
1 answer

Trace.WriteLine() Messages only Persisted in OnStart() for an Azure WorkerRole

I'm developing an Azure WorkerRole(). In the Compute Emulator console, I see all Trace.WriteLine() messages, but only those generated in OnStart() seem to be persisted into storage. My ServiceConfiguration.Local.csfg has:
Seth
  • 2,712
  • 3
  • 25
  • 41
4
votes
1 answer

Need to Create ARM Template to enable Auto healing in Azure App service with Custom Auto healing based on HTTP status code range (400-530)

I need to Create ARM Template to enable Auto healing in Azure App service with Custom Auto healing based on HTTP status code range (400-530) and recycle the App service if the request count is reached for the specified status codes and specified…
4
votes
3 answers

Anyone succeed with enabling VM diagnostics using azurerm_virtual_machine_extension?

Enabling VM diagnostics in Azure is such a pain. I've gotten it working using ARM templates, the Azure PowerShell SDK, and the Azure CLI. But I've been trying for days now to enable VM diagnostics for both Windows and Linux VMs using Terraform and…
4
votes
1 answer

Performance impact of writing Azure diagnostic logs to blob storage

Our C# web app, running on Azure, uses System.Diagnostics.Trace to write trace statements for debugging/troubleshooting. Once we enable blob storage for these logs (using the "Application Logging (blob)" option in the Azure portal), the response…
Auth Infant
  • 1,760
  • 1
  • 16
  • 34
4
votes
2 answers

View tomcat logs azure cloud service

Deployed my web app in Azure cloud service using Eclipse Azure Toolkit. I chose tomcat for the application server. App is deployed successfully. But how should I view the tomcat logs for the deployed app? I didn't find any options in azure portal.
Ronald Randon
  • 1,141
  • 3
  • 13
  • 19
4
votes
1 answer

How to change diagnostics storage location per service configuration in Azure SDK 2.5

In Azure SDK 2.5 the storage account is set in the wadcfgx of the role like this :
Ognyan Dimitrov
  • 6,026
  • 1
  • 48
  • 70
1 2
3
25 26