Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 953 Bytes

app-service-web-create-resource-group-linux-no-h.md

File metadata and controls

23 lines (18 loc) · 953 Bytes
title description services author ms.service ms.topic ms.date ms.author ms.custom
include file
include file
app-service
cephalin
app-service
include
02/02/2018
cephalin
include file

[!INCLUDE resource group intro text]

In the Cloud Shell, create a resource group with the az group create command. The following example creates a resource group named myResourceGroup in the West Europe location. To see all supported locations for App Service on Linux in Basic tier, run the az appservice list-locations --sku B1 --linux-workers-enabled command.

az group create --name myResourceGroup --location "West Europe"

You generally create your resource group and the resources in a region near you.

When the command finishes, a JSON output shows you the resource group properties.