Windows Azure Services – Exercise 2: Configuration, Logging, and Debugging
Learn about the API and Fabric
In this exercise, you will explore some of the Windows Azure API and development fabric features.
Logging Support
First, you will add some logging support. Logging is extremely important in Windows Azure applications.
Instead of attaching a debugger
This is your view on what is happening inside your application. While you can attach a debugger to the local development fabric, you cannot attach a debugger to the cloud.
Why logging is important
The Windows Azure log allows you to write out events required for you to troubleshoot your application. You will also see that any unhandled exceptions are recorded in the Windows Azure log too.
No comments yet, be the first one to post comment.