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 5ef0793 commit 50133f5Copy full SHA for 50133f5
scenarios/AKSNodeLabels/aks-node-labels.md
@@ -55,7 +55,7 @@ az aks create \
55
--name $AKS_CLUSTER_NAME \
56
--node-count 2 \
57
--nodepool-labels dept=IT costcenter=9000 \
58
- --generate-ssh-keys --location "eastus2"
+ --generate-ssh-keys --location $REGION
59
```
60
61
Results:
0 commit comments