azure-diagnostics

Azure SDK v2.7 diagnostics issue is preventing publish/package

試著忘記壹切 提交于 2019-12-05 17:05:07
问题 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 fails with an error in the build output: 6>Done building project "Cloud.ccproj" -- FAILED. 6> 6>Build FAILED. ========== Build: 5 succeeded, 0 failed, 1 up-to-date, 0 skipped ========== ========== Publish: 0 succeeded, 1 failed, 0 skipped ========== Dropping down to msbuild I can see more verbose

Do Azure Diagnostics run in Azure staging slot?

ε祈祈猫儿з 提交于 2019-12-05 13:24:11
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 staging/production when reading the diagnostics. I don't want to display data about our website assuming it's all production when in fact part of it is the staging slot. Yes - Windows Azure diagnostics runs in the Production and Staging slots. The only real difference between these two slots is the DNS name. As for enabling diagnostics, there is a good starting point at http://msdn.microsoft.com/en-us

download azure diagnostic logs?

ぐ巨炮叔叔 提交于 2019-12-05 09:47:10
问题 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/password I try just results in a "530 User Cannot Login" error. It looks like the same address that Vis Studio does it's publishing to, and that had a '$' before my username. I tried that as well, but no-go. Just curious how to get the logs when you start having errors pop up in the application, or is

Why aren't my IIS Logs being copied for my Azure web role?

試著忘記壹切 提交于 2019-12-04 22:33:12
This is a follow up on this question . I used Cerebrata Diagnostics Manager Remote Diagnostics to try to turn on IIS logs. I hadn't deployed with it on. It seemed to work and a few files were copied. Then it never seemed to work again. I tweaked settings again. I tried deleting the iis related blob and table storage entries to see if that would get it to start over. Here is what the config looks like in the wad-control-container that shows that it seemed to be updated based on Cerebrata tool. <?xml version="1.0"?> <ConfigRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http:/

Windows Azure Trace Log not working

眉间皱痕 提交于 2019-12-04 11:02:50
问题 I'm sure I have missed something simple but I can't get simple Trace.WriteLine to work on Azure. Steps I have taken: Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString has been set up to our Azure storage account Import Module Diagnostics to service definition file. Web config : <system.diagnostics> <switches> <add name="logLevel" value="4" /> </switches> <trace autoflush="false" indentsize="4"> <listeners> <add type="Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorTraceListener,

Why doesn't Windows Azure Diagnostics reliably log?

久未见 提交于 2019-12-04 07:36:52
We are having problems getting Windows Azure Diagnostics to reliably log. It seems hit-or-miss and we don't understand why. Here's our code that sometimes works, sometimes doesn't: public class WorkerRole : RoleEntryPoint { public override void Run() { Trace.WriteLine("Run() beginning.", LogLevel.Information.ToString()); try { var logic = new WorkerAgent(); logic.Go(false); } catch (Exception err) { Trace.WriteLine(err.ToString(), LogLevel.Critical.ToString()); Run(); } } public override bool OnStart() { // Initialize our Cloud Storage Configuration. AzureStorageObject.Initialize

Update WadCfg “only” of existing Azure Service Fabric cluster?

那年仲夏 提交于 2019-12-04 04:59:20
问题 I want to monitor Perfomance metrics of a existing Service Fabric Cluster. Here is the link of Performance metrics - https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-diagnostics-event-generation-perf I went through this Microsoft documentation - https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-diagnostics-perf-wad My problem is, The ARM template I downloaded during Service Fabric creation time is quite big and contains lot of params and I don't have the

Monitor free disk space on Azure VM

◇◆丶佛笑我妖孽 提交于 2019-12-04 03:00:31
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 some way to see how much free space there's on a disk attached to the VM? All I found was this third-party solution: http://cloudmonix.com/blog/how-to-monitor-free-disk-space-on-azure-vms/ But there should be some way how to see a basic metric like disk space without needing third-party SW, right? Update 2019 This is possible today. To monitor free disk space per drive with Azure Monitor do the following

Azure SDK v2.7 diagnostics issue is preventing publish/package

倖福魔咒の 提交于 2019-12-04 02:59:51
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 fails with an error in the build output: 6>Done building project "Cloud.ccproj" -- FAILED. 6> 6>Build FAILED. ========== Build: 5 succeeded, 0 failed, 1 up-to-date, 0 skipped ========== ========== Publish: 0 succeeded, 1 failed, 0 skipped ========== Dropping down to msbuild I can see more verbose output and notice the following: Failed to produce diagnostics extension's config for Cloud.WebRoleContent

Could not load file or assembly 'Microsoft.WindowsAzure.Diagnostics' or one of its dependencies

我的未来我决定 提交于 2019-12-04 01:57:14
My system crashed a couple of days ago, since then when I try to debug local Azure environment I get this error 'Could not load file or assembly 'Microsoft.WindowsAzure.Diagnostics' or one of its dependencies'. I have reinstalled the following (Windows Azure tools for MS VS 2012 June 2012 sp1, Windows Azure emulator - June 2012, Windows Azure Librarires for .net - June 2012). Still having the same issues, any suggestions. === Pre-bind state information === LOG: User = ........... LOG: DisplayName = Microsoft.WindowsAzure.Diagnostics (Partial) WRN: Partial binding information was supplied for