Skip to content

Commit ef32841

Browse files
authored
Update configure-kubenet.md
Command to create virtual network along with subnet requires `--location` parameter, otherwise it fails with this error: `ERROR: (LocationRequired) The location property is required for this definition.`
1 parent 6591969 commit ef32841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/configure-kubenet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ 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 \
119119
--location eastus
120120
```
121121

0 commit comments

Comments
 (0)