From the course: Migrating ASP.NET Core Web Applications to Azure

Unlock the full course today

Join today to access over 24,600 courses taught by industry experts.

Deploying Blazor applications to Azure

Deploying Blazor applications to Azure

- [Instructor] The H+ sport team has decided that they would like to experiment a little bit with Blazor. So they've created a Blazor application as well. Here it is. If you've worked with Blazor before, you may recognize the template that somehow everyone seems to be using. The functionality here is almost the same. So we have our categories, and in the categories we have the items. Well, here's only one in that specific category. And then once again, we could hypothetically add an item to the shopping cart. If you have a look at the address bar up here, you see that indeed we have URLs, and that URLs change depending on where I click, but it's not the whole page that's being reloaded, it's just the content that's being replaced. So we have a single page application based on Blazor, well, technically based on Blazor WebAssembly. And when I set up the application, let me show you when adding a new project based on…

Contents