This document discusses how to use Windows Azure features in Windows 8 applications. It covers using push notifications, Azure Tables with Shared Access Signatures, Blob storage, and Queues. Example scenarios include storing patient meal data in Tables, sharing photos via Blobs, and providing weekly stock reports via Tables based on user subscriptions. The document emphasizes using Shared Access Signatures to securely grant limited access to Azure resources like Tables, Blobs, and Queues.