Angular on Azure Functions – Serverless Hosting

It’s possible to host basic Angular applications together with their backend API, using a combination of Azure Functions and Azure Storage. Azure Storage can host static web content for the frontend, and Azure Functions have HTTP triggers for the backend. To tie it neatly together with a bow, using Azure Functions proxy configuration allows all …