Skip to content

Commit ec16876

Browse files
author
naman-msft
committed
updated doc
1 parent eb19c75 commit ec16876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scenarios/KaitoStack/kaito-stack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Create an AKS cluster with GPU support. In this step, we declare environment var
8383

8484
```bash
8585
export AKS_CLUSTER_NAME="myAKSCluster$RANDOM_SUFFIX"
86-
export GPU_VM_SIZE="Standard_NC6"
86+
export GPU_VM_SIZE="standard_nc6s_v3"
8787
export NODE_COUNT=1
8888

8989
az aks create -g $RESOURCE_GROUP -n $AKS_CLUSTER_NAME --node-vm-size $GPU_VM_SIZE --node-count $NODE_COUNT --generate-ssh-keys

0 commit comments

Comments
 (0)