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
0
votes
1 answer

Power BI and Azure Web App diagnostic logs

I have enabled Diagnostic logs for Azure Web App and VMs. How can I view Azure Diagnostic logs in Power BI Dashboard?
Amit
  • 143
  • 5
  • 17
0
votes
0 answers

How to store Azure app services diagnostic logs to Azure Table Storage?

I want to store my api's (hosted on app services) logs to Azure Table storage using Azure Diagnostics. Currently I can store the logs on blob container I am unable to find a option to store on the Table storage. After some google searching I found…
0
votes
2 answers

Set-AzureServiceDiagnosticsExtension fails with "Deployment not found in service"

I'm trying to update the diagnostics configuration for an Azure Cloud Service with the following command... $storage = New-AzureStorageContext -StorageAccountName {storageName} -StorageAccountKey {storage key} Set-AzureServiceDiagnosticsExtension…
0
votes
1 answer

Azure Storage custom audit and logs

I'm writing a small app that reads and writes from Azure Blob Storage (Images, documents, etc.) I need to implement some logging that will log activities such as: file uploaded File deleted File updates etc. So, basically I need my log to look…
RAS
  • 3,375
  • 15
  • 24
0
votes
1 answer

Azure web role not able to debug even though symbles loaded

I have a cloud service which is having a webrole project. I have put the break points in Webrole.cs class file and Gloabal.asax class file When I try to debug the cloud service, only Gloabal.asax file debugger is getting fired. But it never goes to…
Chandra Mohan
  • 729
  • 2
  • 10
  • 29
0
votes
1 answer

How to enable basic metric diagnostics on an Azure VM?

I'm using the Azure Java SDK for VM creation on my Azure account. I noticed that Diagnostics is turned off by default when I create a VM. How do I enable the Basic Metrics in the Diagnostic section while creating a VM? I'm using the following code…
prashant
  • 61
  • 4
0
votes
1 answer

Configuring Azure Diagnostics for Azure Application Service (PaaS)

My setup: Existing WCF service project modified to run as Azure Application Service (PaaS). Originally I used log4net for my info/error logging, but it is rather cumbersome to look at those logs via FTP or SCM console. After some research I came to…
Andre
  • 43
  • 1
  • 7
0
votes
0 answers

How To delete Azure diagnostics in PAAS server after transferring data to azure blob

Facing problem with azure diagnostics(SDK Ver 2.6). Problem Statement: The diagnostic logs are stored into Azure blobs(final storage point), meanwhile these log files are stored in below path in my PAAS…
Champ
  • 690
  • 1
  • 7
  • 13
0
votes
2 answers

AzureWebApp: Monitor Application Logs

I'm building an Azure web-app and if there are certain unexpected errors, I want to be able to bubble it up in the Azure Dashboard / add alerts. Any System.Diagnostics.Trace.TraceError() messages are logged to the ApplicationLog. Is there a way to…
Vignesh Murugesan
  • 747
  • 1
  • 5
  • 20
0
votes
0 answers

azure v2.8 cloud service diagnostics

I've had a site running on a azure 2.4 cloud service for some time without any problems. This site is using diagnostics to log errors and user inputs to a wad_logs_table in a storage account. After upgrading to 2.8 this doesn't work anymore. Ive…
freddy
  • 394
  • 1
  • 5
  • 19
0
votes
2 answers

Checkbox to toggle Application Insights Diagnostics on a Worker Role in VS2015 not toggling

I was following this tutorial so I could add Diagnostics to my worker role. I followed all the steps but when I get up to Step 1 of the "Azure Diagnostics" section, I can see the "Send Diagnostics data to Application Insights" checkbox there, but I…
0
votes
1 answer

What is the PartitionKey and RowKey in an Azure Diagnostics Storage Table?

When writing diagnostics logs to an Azure Storage Table, what is the PartitionKey and RowKey? How do they relate to the log event? PartitionKey: 2015091808 RowKey: 11e55de3-399c-1df2-93fe-000d3a804b27 Consecutive RowKeys seem very similar in the…
Harry John
  • 63
  • 2
  • 6
0
votes
1 answer

Configure azure diagnostics on existing web app

I have an existing App which has logging enabled on Log4net , which runs on VS 2012. The logs are sent on a database table, I woiuld like to move it to use azure tables. I have added the following lines in web.config as well as downloaded the Azure…
SJMan
  • 1,547
  • 2
  • 14
  • 37
0
votes
1 answer

Azure Diagnostics in Azure sdk 2.7

I cannot find the diagnostics.xsd schema for diagnostics in azure 2.7 version.It was available in earlier version.Can anybody point me where it is in 2.7 version?
0
votes
0 answers

An unhandled exception occurred - Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorTraceListener

I have an Azure Website, and I'm looking at the most recent eventlog.xml file. I see several errors that look like the following: An unhandled exception occurred and the process was terminated. Application ID: /LM/W3SVC/2036313205/ROOT Process ID:…
ewitkows
  • 3,528
  • 3
  • 40
  • 62