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?
3 Replies
Sort By
- CloudyRyanFormer Employee
ilan_mishaev I found a good walkthrough/example you could reference to get started: https://www.freecodecamp.org/news/how-to-implement-azure-serverless-with-blazor-web-assembly/ You could host the PWA in an Azure Storage account (https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-static-website) hitting functions hosted in a serverless/consumption model.
- ilan_mishaevCopper Contributor
Thank you for sending me these useful links 🙂
- AnthonyChu
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.