Creating the cluster

Procedure

To create the cluster, run the following commands:
Note: The cluster creation process can take about 35 minutes.
az aro create \
  --resource-group $RESOURCEGROUP \
  --name $CLUSTER \
  --vnet aro-vnet \
  --master-subnet master-subnet \
  --worker-subnet worker-subnet \
  --pull-secret @$PULL_SECRET