Question 1 of 111
Design and implement the Windows Azure role life cycle
What occurs if an unhandled error is fired on a startup task?
The OnStop method automatically runs.
The startup task goes to the lowest security setting and continues to run, if possible.
The startup is cancelled and the role does not start.
The startup role consumes the error during its load; if there is no event handler configured, it is set to Handled as the task completes.