Oct 29 2020 09:50 AM - last edited on Feb 01 2021 04:24 PM by EricStarker
Oct 29 2020 09:50 AM - last edited on Feb 01 2021 04:24 PM by EricStarker
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?
Oct 29 2020 10:19 AM
@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.
Oct 29 2020 05:37 PM - edited Oct 29 2020 05:39 PM
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.