AzureWatch Q&A forum.

Ask questions related to AzureWatch or Windows Azure in general


Direct support is here

What do I need to change in my application to get AzureWatch to monitor it?

0 votes
Is there anything in my current deployments that needs changing, so that AzureWatch can do its thing and autoscale and monitor them?
asked 2 years ago by FAQ (1,490 points)

1 Answer

0 votes

You do not need to instruct your application to capture performance counters.  AzureWatch will do so thru Azure Diagnostics Management API.

You do need to enable Azure Diagnostics Manager, however.  

This is a fairly straightforward MSDN article that explains how to enable the Diagnostics Monitor:  http://msdn.microsoft.com/en-us/library/gg433052.aspx

 

You can also visit this great blog post for information on how to do so.  Azure Diagnostics Monitor needs to be enabled on all the Roles and point to the same storage account

You also need to make sure to deploy your application through the same storage account that you've specified for Diagnostics Monitor to use.  This provides AzureWatch with information in a single place as to when your Azure configuration was last changed.

answered 2 years ago by Igor Papirov (12,310 points)
edited 1 year ago by Igor Papirov

Related questions