1

I'm working an Azure Web role with many websites as described here. How should I configure the Diagnostics for this server to that I can log errors and events from not just the primary website but all websites in the deployment / role.

Community
  • 1
  • 1
makerofthings7
  • 60,103
  • 53
  • 215
  • 448
  • If all these sites are deployed on Azure diagnostic logging should work for all. Are you facing any problem doing it or am i missing some point – Chandermani Mar 29 '11 at 07:46

1 Answers1

2

The diagnostics for individual web sites are logged using the role name, role instance name and (where appropriate) the IIS service ID - so the standard Azure diagnostics should work without needing to do any further work.

Stuart
  • 66,722
  • 7
  • 114
  • 165