We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7fa52 commit 5ef0793Copy full SHA for 5ef0793
scenarios/AKSNodeLabels/aks-node-labels.md
@@ -26,7 +26,7 @@ You can create an AKS cluster with node labels to set key/value metadata for wor
26
export RANDOM_SUFFIX=$(openssl rand -hex 3)
27
export RESOURCE_GROUP="myResourceGroup$RANDOM_SUFFIX"
28
export AKS_CLUSTER_NAME="myAKSCluster$RANDOM_SUFFIX"
29
-az group create --name $RESOURCE_GROUP --location "eastus2"
+az group create --name $RESOURCE_GROUP --location $REGION
30
```
31
32
Results:
0 commit comments