This document discusses serverless computing on Microsoft Azure. It introduces Azure Functions as a serverless solution that allows code to be run in response to events without having to provision or manage infrastructure. An example is provided of an Azure Function that resizes an image file and outputs it to an Azure blob storage trigger. It also briefly mentions Azure Logic Apps as another serverless option on Azure.