Skip to content

Commit 6143632

Browse files
Custom virtual network is required
Custom virtual network is required, so calling it out explicitly
1 parent 6dbf625 commit 6143632

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/aks/virtual-nodes-cli.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ az group create --name myResourceGroup --location westus
5858

5959
## Create a virtual network
6060

61+
> [!IMPORTANT]
62+
> Virtual Node requires to have a custom virtual network and associated subnet. It can't be associated with the AKS cluster virtual network.
63+
6164
Create a virtual network using the [az network vnet create][az-network-vnet-create] command. The following example creates a virtual network name *myVnet* with an address prefix of *10.0.0.0/8*, and a subnet named *myAKSSubnet*. The address prefix of this subnet defaults to *10.240.0.0/16*:
6265

6366
```azurecli-interactive

0 commit comments

Comments
 (0)