Create an Azure App Service  with .NET Core Part 1 – Create the resource group
1 min read

Create an Azure App Service with .NET Core Part 1 – Create the resource group

First we have to create our resource group that will group all our Azure resources in the same place.

az group create --name itseasyasonetwothree-prod-rg --location westeurope

Now in the next post we’ll create our app service!

Leave a Reply