Create an Azure resource group

We recommend that you create a separate resource group for your GKE on Azure.

To create a new resource group, run the following command:

az group create --name "CLUSTER_RESOURCE_GROUP_NAME" --location "AZURE_REGION"

Replace the following:

  • CLUSTER_RESOURCE_GROUP_NAME: a name for a new resource group for your GKE on Azure
  • AZURE_REGION: a supported Azure region

What's next