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
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
  • 4,889
  • 1
  • 23
  • 28
5
votes
1 answer

Why does Visual Studio complain about my web.config trace listeners configuration?

In my web.config I have the following settings:
sharptooth
  • 159,303
  • 82
  • 478
  • 911
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,816
  • 4
  • 19
  • 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,857
  • 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
  • 863
  • 9
  • 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
  • 509
  • 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,242
  • 16
  • 28
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,551
  • 1
  • 21
  • 40
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,420
  • 7
  • 23
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
  • 5,392
  • 1
  • 40
  • 64
4
votes
1 answer

Trying to publish using Azure SDK 2.5 results in a null-ref (Object reference not set to an instance of an object)

We upgraded our azure deployment project from SDK 2.4 to SDK 2.5. The project has two worker roles. Publishing the 2.4 project to a cloud service used to work fine but after upgrading to 2.4 we see publish failing with the following output in the…
Nizar Qamar
  • 151
  • 5
4
votes
1 answer

IaaS Azure Diagnostics won't start. Missing assemblies

When I try to enable Iaas Azure Diagnostics on my VM, I encounter the following errors. I was able to track down the local log files and found these entries. How do you repair the Azure Diagnostics extension, without recycling the…
bartonm
  • 1,500
  • 2
  • 17
  • 27
4
votes
1 answer

Calling Set-AzureServiceDiagnosticsExtension with Role parameter fails

I'm trying to set Azure diagnostics on a deployed cloud service using the Azure Powershell cmdlets and the Set-AzureServiceDiagnosticsExtension command: Set-AzureServiceDiagnosticsExtension -StorageContext $storageContext…
Evan
  • 5,315
  • 5
  • 28
  • 34
4
votes
1 answer

Unable to import module Diagnostics. No manifest was found

I am creating an Windows Azure Service and added a Worker Role. I am creating this in Visual Studio 2013 RC. When I open properties of my worker role the following error shows: Unable to Import Module Diagnostics. No menifest was…
Nimit Joshi
  • 946
  • 3
  • 17
  • 42
1 2
3
23 24