Summary
As this chapter comes to an end, our learning journey with this book is done. In this chapter, we learned how Blazor WebAssembly prepares an app for publishing, the steps it takes during this process, and how to configure them if needed. Then, we introduced the Blazor WebAsssembly ASP.NET Core Hosted project type and template, and then we deployed an ASP.NET Core Hosted Blazor project to Azure App Service. Finally, we deployed the project that we worked on during this book to the Azure Static Web Apps service.
After completing this chapter, you should be able to do the following:
- Understand AOT compilation and when to configure it
- Control publishing tasks such as trimming and compression
- Differentiate between Blazor WebAssembly Hosted and standalone projects
- Publish a Blazor WebAssembly ASP.NET Core Hosted project to Azure App Service
- Publish a Blazor WebAssembly standalone project to Azure Static Web Apps
You have put in some amazing effort...