Skip to content

Commit 88d03b0

Browse files
Merge pull request #221066 from ChiragPavecha/patch-26
Custom virtual network is required
2 parents af958e9 + cab1c5d commit 88d03b0

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 a custom virtual network and associated subnet. It can't be associated with the same virtual network the AKS cluster is deployed to.
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)