PWA serverless

Copper Contributor

Hi everyone! I want to apply the serverless approach. What is the first and second step to do, if I want to develop a PWA serverless?

3 Replies

@ilan_mishaev I found a good walkthrough/example you could reference to get started: How to Implement Azure Serverless with Blazor WebAssembly (freecodecamp.org)  You could host the PWA in an Azure Storage account (Static website hosting in Azure Storage | Microsoft Docs) hitting functions hosted in a serverless/consumption model.

@CloudyRyan 

Thank you for sending me these useful links :)

Recommend checking out Azure Static Web Apps for deploying and hosting both the frontend of your PWA and Azure Functions serverless backend together in one place.