Question 1 of 29
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 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.
The startup task goes to the lowest security setting and continues to run, if possible.