Create an Azure App Service  Web App .NET Core Part 2 – Create the Azure App Service Plan
1 min read

Create an Azure App Service Web App .NET Core Part 2 – Create the Azure App Service Plan

Now it’s time to create the hosting environment for our web app. We’ll create the free app service plan.

az appservice plan create -g itseasyasonetwothree-prod-rg -n itseasyasonetwothree-prod-sp --sku F1

There we go the service plan is created. Now next time we’ll create our Web App on the hosting environment.

Leave a Reply