Create an Azure App Service  Web App .NET Core Part 3 – Create a Azure Web App in .NET Core
1 min read

Create an Azure App Service Web App .NET Core Part 3 – Create a Azure Web App in .NET Core

Now it’s time to create your Web App in the runtime stack .NET Core 3.1

az webapp create -n itseasyasonetwothree -g itseasyasonetwothree-prod-rg -p itseasyasonetwothree-prod-sp --runtime "DOTNETCORE|3.1"

There you go! Now go visit your new Azure Web App!

Leave a Reply