makerofthings7
makerofthings7

Reputation: 61473

How do I configure Diagnostics when many websites are on the same Azure WebRole?

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.

Upvotes: 1

Views: 110

Answers (1)

Stuart
Stuart

Reputation: 66882

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.

Upvotes: 2

Related Questions