In the previous chapter, we created our scaffolded application. We built a Blazor WebAssembly project for the client and a .NET Azure Function for our API. The next step in our journey is to create the Azure Static Web App itself and deploy our code into it!
By the end of this chapter, you will know how to create an Azure Static Web App using the Azure Portal, and you will understand how your code is deployed into it from your GitHub repository.
Technical Requirements
In order to complete the steps ...