This sample Azure application demonstrates some basic logging features of Windows Azure. Just by running it, web and worker threads have started which
are generating some logging information based on the values set in app.config and web.config as well as code in the OnStart methods in webrole.cs and workerrole.cs.
You can generate additional logs by clicking on the navigation bar above.
- Error will generate different types of log messages (Error, Warning, Information) from the web role.
- Failed Request will generate a failed request log from the web role.