This document provides an overview of implementing mobile apps with Azure Mobile Apps. It discusses the benefits of Azure Mobile Apps such as scalability and included features like authentication, offline sync, and push notifications. The mobile backend is an ASP.NET Web API hosted on Azure App Service. It also supports data access via OData endpoints and tables that sync offline data. Authentication can be added by registering a native client app in Azure Active Directory and protecting the Web API. Authorization is left to the developer's implementation. Demos are provided for key concepts.