Skip to content

Commit a14112c

Browse files
Update deploy-sql-big-data-aks.py
1 parent a1dc1d8 commit a14112c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/features/sql-big-data-cluster/deployment/aks/deploy-sql-big-data-aks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def executeCmd (cmd):
3030
# Optionally change these configuration settings
3131
#
3232
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"
3434
AKS_NODE_COUNT=input("Provide number of worker nodes for AKS cluster - Press ENTER for using `3`:") or "3"
3535
#This is both Kubernetes cluster name and SQL Big Data cluster name
3636
CLUSTER_NAME=input("Provide name of AKS cluster and SQL big data cluster - Press ENTER for using `sqlbigdata`:") or "sqlbigdata"

0 commit comments

Comments
 (0)