Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 501 Bytes

app-service-api-create-resource-group.md

File metadata and controls

11 lines (7 loc) · 501 Bytes

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.