azure-diagnostics Questions

4

Solved

Is there some way how to monitor free disk space from the Azure Portal? I know that there are all kinds of diagnostics for I/O, memory, network, CPU, .NET, SQL, ASP.NET, IIS, etc. But is there so...
Spectrogram asked 17/3, 2017 at 9:15

1

After upgrading the SDK to Azure Cloud Service Diagnostic 2.6, all the WAD trace logs started to look like this: EventName="FormattedMessageEvent" FormattedMessage="Subscription {0} Already Create...
Basrhin asked 2/5, 2015 at 14:53

7

Solved

I've read conflicting information as to whether or not the WADLogsTable table used by the DiagnosticMonitor in Windows Azure will automatically prune old log entries. I'm guessing it doesn't, and ...

2

When using the Monitor, Log feature in Azure Portal you can group rows by dragging and dropping a column header into a certain box, the problem is that this is not saved when pressing the save butt...
Appling asked 5/7, 2019 at 9:42

3

Solved

I have several Windows VMs running on Azure that are configured to collect performance counters and event logs. All of this is configured in the "Diagnostic settings..." on the VM resource inside ...

2

Solved

Environment: Asp Net MVC app(.net framework 4.5.1) hosted on Azure app service with two instances. App uses Azure SQL server database. Also, app uses MemoryCache (System.Runtime.Caching) for cachin...

3

Are upgrading from ASP.NET Core 2.1 to ASP.NET Core 2.2 and following the official documentation guide. Got a problem with writing the new logging configuration in Startup.cs. Specifically problem...
Coremaker asked 29/1, 2019 at 13:29

2

Solved

I have the following configuration in place, but no traces are going into Application Insights (otherwise Application Insights is working fine for other logging and the Azure diagnostics listener i...

6

Solved

Does anyone know how to download the Azure diagnostic logs? From the control panel, it shows me an ftp link for the logs, but when I click it it prompts me for a username/password. Any username/pas...
Emptyheaded asked 20/6, 2012 at 3:2

2

Solved

The article (Monitor and diagnose Azure Service Fabric applications) indicates following (please note text in bold): ASP.NET Core logging Choosing how to instrument your code can be difficult, i...
Brantbrantford asked 21/2, 2017 at 0:53

1

Solved

I am trying to achieve achieve this, however I would like to enable diagnostics logging using whatever form of non-human interaction possible. I would like to incorporate something that enables dia...

1

Solved

We suddenly began experiencing HTTP 502 errors (The specified CGI application encountered an error and the server terminated the process) from one of the instances of our web app. I was able to det...

2

Just got back from holidays, and went in to make a couple small changes in our app, when I was confronted by this error: Couldn't find type for class Microsoft.WindowsAzure.Diagnostics.Diagnosti...
Headrace asked 7/1, 2014 at 16:42

2

I am developing a web api which will be hosted in Azure. I would like to use Azure diagnostics to log errors to Azure table storage. In the Classic portal, I can configure the logs to go to Azure t...

2

Solved

I've recently upgraded an Azure cloud service with a web role and worker role to v2.7 of the SDK. Debugging locally works great. When I try to publish from within VS 2015 Community, the process...
Rodina asked 30/7, 2015 at 22:56

3

I have an ASP.NET 5 Web API that I host in Azure as a Web App. I want to log messages from my code using Azure Diagnostics. There are multiple article including Azure docs that suggest that it shou...
Silk asked 19/1, 2016 at 0:41

3

I often get the following 500 server error after publishing to my Azure Web App. If I delete the web app, recreate it, and republish, everything is fine again. I retrieved the following error pag...
Adherence asked 1/9, 2015 at 7:10

3

While using Windows Azure Table Storage in WCFService WebRole, tried to create CloudStorageAccount by the following way: storageAccount = CloudStorageAccount.Parse(Microsoft.WindowsAzure.CloudCon...
Sumption asked 24/11, 2012 at 12:41

2

Solved

The build from VS 2013 breaks with the following error: C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\Windows Azure Tools\2.5\Microsoft.WindowsAzure.targets(684,5): error : Cloud...
Chirk asked 29/12, 2014 at 18:24

0

There are several references to Clear-WindowsAzureLog, including one here - Windows Azure - Cleaning Up The WADLogsTable However, I can't find it in the latest release of the Azure Powershell (htt...
Sidewinder asked 26/12, 2014 at 21:39

2

Solved

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:4...
Wellborn asked 15/7, 2014 at 9:51

1

Solved

In Windows Azure Management Management portal, when I try to monitor the instances, I get the following error: The configuration file is missing a diagnostic connection string for one or more role...
Utica asked 13/6, 2013 at 13:14

1

In my web.config I have the following settings: <system.diagnostics> <trace> <listeners> <add name="AzureDiagnostics" type="Microsoft.WindowsAzure.Diagnostics.DiagnosticMo...

1

Solved

I am trying to query data from Azure WadPerformanceCountersTable. I am trying to get the last 5 minutes of data. The problem is that I only get data from instances nr. 4,5 and 6, but not from 0,1...
Latishalatitude asked 10/6, 2013 at 9:57

2

Solved

When collecting Azure diagnostic data, does the staging slot also send diagnostic data to the WadPerformanceCounters Table? If so, how can I turn this off? Or how can I differentiate between stagi...
Ankylosis asked 7/1, 2013 at 19:1

© 2022 - 2024 — McMap. All rights reserved.