Skip to content

Commit c194224

Browse files
committed
Update AKS cluster creation command to specify node VM size
Signed-off-by: Jan Egil Ring <janegilring@microsoft.com>
1 parent 66be118 commit c194224

File tree

1 file changed

+1
-1
lines changed
  • 03-Azure/01-03-Infrastructure/01_Sovereign_Cloud/walkthrough/challenge-05

1 file changed

+1
-1
lines changed

03-Azure/01-03-Infrastructure/01_Sovereign_Cloud/walkthrough/challenge-05/solution-05.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ az provider register --namespace Microsoft.ContainerService
135135

136136
```bash
137137
# Create an AKS cluster
138-
az aks create --resource-group $RESOURCE_GROUP --name $AKS_CLUSTER_NAME --node-count 1 --location $LOCATION --generate-ssh-keys
138+
az aks create --resource-group $RESOURCE_GROUP --name $AKS_CLUSTER_NAME --node-count 1 --location $LOCATION --generate-ssh-keys --node-vm-size Standard_D2s_v5
139139

140140
# Connect to the cluster
141141
az aks get-credentials --resource-group $RESOURCE_GROUP --name $AKS_CLUSTER_NAME

0 commit comments

Comments
 (0)