File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
samples/features/sql-big-data-cluster/deployment/aks Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def executeCmd (cmd):
30
30
# Optionally change these configuration settings
31
31
#
32
32
AZURE_REGION = input ("Provide Azure region - Press ENTER for using `westus`:" ) or "westus"
33
- VM_SIZE = input ("Provide VM size for the AKS cluster - Press ENTER for using `Standard_E4s_v3 `:" ) or "Standard_E4s_v3 "
33
+ VM_SIZE = input ("Provide VM size for the AKS cluster - Press ENTER for using `Standard_L4s `:" ) or "Standard_L4s "
34
34
AKS_NODE_COUNT = input ("Provide number of worker nodes for AKS cluster - Press ENTER for using `3`:" ) or "3"
35
35
#This is both Kubernetes cluster name and SQL Big Data cluster name
36
36
CLUSTER_NAME = input ("Provide name of AKS cluster and SQL big data cluster - Press ENTER for using `sqlbigdata`:" ) or "sqlbigdata"
You can’t perform that action at this time.
0 commit comments