Skip to content

Commit 450a570

Browse files
committed
AKS VM SKU to Standard_DS11
1 parent 948219c commit 450a570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iac/createResources.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1299,7 +1299,7 @@ resource aks 'Microsoft.ContainerService/managedClusters@2022-10-02-preview' = {
12991299
name: 'agentpool'
13001300
osDiskSizeGB: 0 // Specifying 0 will apply the default disk size for that agentVMSize.
13011301
count: 1
1302-
vmSize: 'Standard_D2ps_v6'
1302+
vmSize: 'Standard_DS11'
13031303
osType: 'Linux'
13041304
mode: 'System'
13051305
}

0 commit comments

Comments
 (0)