Technical requirements
In this chapter, we will rely heavily on the Azure services and a few NuGet packages that may still be in preview when you install them. You will find all the details and warnings described in detail in each of the impacted recipes, so you have nothing to worry about. Before you dive in, make sure you have the following:
- An active Azure account with access to the Azure Portal (if you don’t have one yet, you can start with a time-limited, free account at https://azure.microsoft.com/en-us/free)
- A pre-created resource group in Azure
- A pre-installed Npm package manager, with globally available
npm
command - A Blazor Web App project with per component/page render modes
You can find all the code examples (and data samples) from the following recipes in a dedicated GitHub repository at https://github.com/PacktPublishing/Blazor-Web-Development-Cookbook/tree/main. Just be aware that we will implement some recipes only on the server side...