9
shouts

Windows Azure Services – Exercise 2: Configuration, Logging, and Debugging

published 422 days, 16 hours, 40 minutes ago posted by beebee 424 days, 13 hours, 5 minutes ago
Tuesday, January 20, 2009 9:28:56 PM GMT Monday, January 19, 2009 1:03:21 AM GMT

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.

category: Architecture | clicked: 4 | | source: blogs.msdn.com | show counter code
tags: Azure