This document discusses different hosting options on Windows Azure including Web Sites, Web Roles, and Worker Roles. Web Sites provide a scalable hosting option without needing to configure an operating system, while Web Roles and Worker Roles allow hosting within scalable cloud services that have preconfigured virtual machines but require code for hosting and deployment. The document provides examples of deploying and hosting WCF web services within each of these Azure hosting options.