This document describes an Azure Functions architecture with three function apps for customers, products, and orders data. A frontend SPA makes API calls to an API proxy function app that routes requests to the appropriate backend function apps. The proxy can modify requests and responses between clients and backends.