Skip to content

Commit 60b217f

Browse files
committed
Generation 2 VM GA and updates
1 parent 0174b85 commit 60b217f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/aks/generation-2-vm.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ Create a Windows node pool with a Generation 2 VM using the [`az aks nodepool ad
5050
az aks nodepool add --resource-group <resource-group-name> --cluster-name <cluster-name> --name <node-pool-name> --vm-size <supported-generation-2-vm-size> --os-type Windows --os-sku Windows2022 --aks-custom-headers UseWindowsGen2VM=true
5151
```
5252

53+
---
54+
5355
## Update an existing node pool to use a Generation 2 VM
5456

5557
### [Linux node pool](#tab/update-generation-2-vm)
@@ -67,6 +69,7 @@ If you're using a Generation 1 image, you can update your node pool to use Gener
6769
```azurecli-interactive
6870
az aks nodepool update --resource-group <resource-group-name> --cluster-name <cluster-name> --name <node-pool-name> --vm-size <supported-generation-2-vm-size> --os-type Windows --os-sku Windows2022 --aks-custom-headers UseWindowsGen2VM=true
6971
```
72+
---
7073

7174
## Check if you're using a Generation 2 node image
7275

@@ -84,5 +87,5 @@ To learn more about Generation 2 VMs, see [Support for Generation 2 VMs on Azure
8487
[az-aks-nodepool-add]: /cli/azure/aks/nodepool#az_aks_nodepool_add
8588
[az-aks-nodepool-show]: /cli/azure/aks/nodepool#az_aks_nodepool_show
8689
[az-aks-nodepool-update]: /cli/azure/aks/nodepool#az_aks_nodepool_update
87-
[create-node-pools]: aks/learn/create-node-pools
90+
[create-node-pools]: ./create-node-pools.md
8891
[az-vm-list-skus]: /cli/azure/vm#az_vm_list_skus

0 commit comments

Comments
 (0)