The Retrace .NET agent can automatically be installed with your Azure Cloud Service. Special logic exists so that if you enable our Retrace APM, it will automatically profile your main Worker Role process without having to create the ProfilerProcess.txt file specifying it. It also restarts your app after it enables the profiler. To install the agent, follow the directions in …
Azure Installation: Configure Azure App Services
Retrace’s powerful web application performance monitoring (APM+) is fully supported on Azure Web Apps. All APM related features are supported, such as identifying slow web pages, slow database queries, and viewing complete method level profile traces. Note: Some basic monitoring features like monitoring IIS metrics, WMI, and performance counters are not supported via Microsoft, and therefore not supported by Retrace. …
Azure Installation: Management Certificate
In order for Retrace to give you the full power of our platform as an Azure subscriber, you will want to upload your encoded management certificate. This will allow us to more seamlessly and accurately monitor your environment, and it enables us to detect things like when an instance has been removed from your deployment, or when you have VIP-swapped …
Errors and Logs: Configure Web and Worker Roles Logs
If you are wanting to log directly via the Stackify API and want to control App Settings configuration from the Service Definition file, follow the steps below: The Service Definition File You will need to define the following properties in the ConfigurationSettings section of the Service Definition file as shown above: <ConfigurationSettings> <Setting name=”Stackify.ApiKey”/> <Setting name=”Stackify.AppName”/> <Setting name=”Stackify.Environment”/> </ConfigurationSettings> </WorkerRole> …