1 min read

Create a Blazor web assembly app, upload to Github and deploy in Azure Part 1 – Create the project

First login to Azure, portal.azure.com and launch the Azure editor and create the Blazor project.

mkdir scratchboard
dotnet new blazorwasm

Great! In the next post we’ll upload the project to GitHub.

Leave a Reply