Blazor WebAssembly on Azure Static Web Apps

76 · Scott Hanselman · Sept. 23, 2020, 6:26 a.m.
Many apps today at just static on the front end - HTML and JavaScript - with something powerful on the server side. They aren't "static apps" as they have very dynamic front end experiences, but they are static in that their HTML isn't dynamically generated. As such, you don't need to spend the money on an Azure Web App when an Azure Static Web App will do! These apps get free SSL certs, custom domains, web hosting for static content, and fit into a natural git-based workflow for publishing. You...