This document discusses strategies for migrating applications to the Azure cloud platform. It covers choosing a porting model like moving web sites to web roles. Tips are provided like enabling full IIS, moving configuration out of web.config, and rewriting native code ISAPI filters. Stateful and stateless services running on worker roles or VM roles are also discussed. The document provides additional migration tips around logging, SQL, and monitoring applications in the cloud.