Blazor brings C# to the browser. Azure Functions lets your back-end scale. But how do you start creating an Azure Static Web App using these two, and how do you implement a rock-solid CI/CD pipeline to deliver it?
We will walk through the whole process! Starting from writing and debugging your Blazor app and Functions API, we will also unit test our front and back-end and glue them together with the authentication service emulator for local development. For CI/CD and service management needs, like staging environments and user invitations, we will conclude with a scalable build pipeline that you can flexibly reuse for future projects!