The document discusses serverless computing on Microsoft Azure using Visual Studio Team Services for continuous delivery. It covers using Azure Functions with Durable Functions for orchestrating long-running workflows. Key points include how Durable Functions allow writing stateful functions in a serverless manner, handling parallelism, and coordinating functions through an orchestrator. Code examples demonstrate calling functions sequentially or in parallel under the orchestrator's control. The document also mentions other Azure services like Logic Apps and recommends resources for learning more about serverless on Azure.