Forum Discussion
ilan_mishaev
Oct 29, 2020Copper Contributor
PWA serverless
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?
CloudyRyan
Microsoft
Oct 29, 2020ilan_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.
- ilan_mishaevOct 29, 2020Copper Contributor
Thank you for sending me these useful links 🙂
- AnthonyChuOct 30, 2020
Microsoft
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.