Skip to content

Commit 5ef0793

Browse files
author
naman-msft
committed
updated docs
1 parent ad7fa52 commit 5ef0793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scenarios/AKSNodeLabels/aks-node-labels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can create an AKS cluster with node labels to set key/value metadata for wor
2626
export RANDOM_SUFFIX=$(openssl rand -hex 3)
2727
export RESOURCE_GROUP="myResourceGroup$RANDOM_SUFFIX"
2828
export AKS_CLUSTER_NAME="myAKSCluster$RANDOM_SUFFIX"
29-
az group create --name $RESOURCE_GROUP --location "eastus2"
29+
az group create --name $RESOURCE_GROUP --location $REGION
3030
```
3131

3232
Results:

0 commit comments

Comments
 (0)