How to restart Azure Worker Role
Ok, here’s partial solution to the problem of restarting worker roles within an Azure Computing Cloud. As suggested by Daniel C. Wang, I’ve tried something that you normally never do in an application – throwing unhandled exceptions. When you launch the Development Fabric by clicking F5 (with the debugger attached) any unhandled exception is intercepted by the IDE. However, …