Create a resource group with the az group create command.
[!INCLUDE resource group intro text]
The following example creates a resource group named myResourceGroup in the westeurope location.
az group create --name myResourceGroup --location westeurope
To see the available locations, run the az appservice list-locations
command. You generally create resources in a region near you.