Forum Discussion

ilan_mishaev's avatar
ilan_mishaev
Copper Contributor
Oct 29, 2020

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

  • CloudyRyan's avatar
    CloudyRyan
    Former 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.

Resources