diff --git a/xml/cap_depl_aks.xml b/xml/cap_depl_aks.xml index 6a713347..7afc2861 100644 --- a/xml/cap_depl_aks.xml +++ b/xml/cap_depl_aks.xml @@ -134,8 +134,10 @@ &prompt.user;az aks create --resource-group my-resource-group --name cap-aks \ --node-count 3 --admin-username cap-user \ --ssh-key-value /path/to/some_key.pub --node-vm-size Standard_DS4_v2 \ - --node-osdisk-size &node_size; --nodepool-name my-pool + --node-osdisk-size &node_size; --nodepool-name mypool + For more az aks create options see