Skip to content

Commit ea184fe

Browse files
authored
Merge pull request #121858 from yortch/aks-kubenet-doc-update
Added missing location parameter to create vnet command in configure-kubenet
2 parents ab73117 + ef32841 commit ea184fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/aks/configure-kubenet.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ For more information to help you decide which network model to use, see [Compare
115115
--name myAKSVnet \
116116
--address-prefixes 192.168.0.0/16 \
117117
--subnet-name myAKSSubnet \
118-
--subnet-prefix 192.168.1.0/24
118+
--subnet-prefix 192.168.1.0/24 \
119+
--location eastus
119120
```
120121
121122
3. Get the subnet resource ID using the [`az network vnet subnet show`][az-network-vnet-subnet-show] command and store it as a variable named `SUBNET_ID` for later use.

0 commit comments

Comments
 (0)