Skip to content

Commit 37f7419

Browse files
committed
Adding link to Azure VM create CLI command
1 parent fb33f67 commit 37f7419

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/aks/private-clusters.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,13 @@ az aks create -n <private-cluster-name> -g <private-cluster-resource-group> --lo
130130

131131
The API server endpoint has no public IP address. To manage the API server, you'll need to use a VM that has access to the AKS cluster's Azure Virtual Network (VNet). There are several options for establishing network connectivity to the private cluster.
132132

133-
* Create a VM in the same Azure Virtual Network (VNet) as the AKS cluster.
133+
* Create a VM in the same Azure Virtual Network (VNet) as the AKS cluster using the [`az vm create`][az-vm-create] command with the `--vnet-name` parameter.
134134
* Use a VM in a separate network and set up [Virtual network peering][virtual-network-peering]. See the section below for more information on this option.
135135
* Use an [Express Route or VPN][express-route-or-VPN] connection.
136136
* Use the [AKS `command invoke` feature][command-invoke].
137137
* Use a [private endpoint][private-endpoint-service] connection.
138138

139-
Creating a VM in the same VNET as the AKS cluster is the easiest option. Express Route and VPNs add costs and require additional networking complexity. Virtual network peering requires you to plan your network CIDR ranges to ensure there are no overlapping ranges.
139+
Creating a VM in the same VNet as the AKS cluster is the easiest option. Express Route and VPNs add costs and require additional networking complexity. Virtual network peering requires you to plan your network CIDR ranges to ensure there are no overlapping ranges.
140140

141141
## Virtual network peering
142142

@@ -276,3 +276,4 @@ For associated best practices, see [Best practices for network connectivity and
276276
[install-azure-cli]: /cli/azure/install-azure-cli
277277
[private-dns-zone-contributor-role]: ../role-based-access-control/built-in-roles.md#dns-zone-contributor
278278
[network-contributor-role]: ../role-based-access-control/built-in-roles.md#network-contributor
279+
[az-vm-create]: /cli/azure/vm#az-vm-create

0 commit comments

Comments
 (0)