This document provides an introduction to serverless architectures using Azure Functions. It defines serverless architectures as applications that depend on third-party services to manage logic and state through short-lived event-triggered functions. The benefits of Azure Functions are discussed, including automatic scaling, consumption-based pricing, and the ability to focus on code instead of servers. Examples are provided of developing Azure Functions through scripting in the portal or compiling in Visual Studio. The document demonstrates chaining multiple functions using queues and deploying functions from the portal or VSTS.