Skip to content

Commit e835a65

Browse files
committed
fix: increased the node size for AKS
1 parent 3713a40 commit e835a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aml_service/51-deployOnAks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
aks_name = "aks" + datetime.datetime.now().strftime("%m%d%H")
7979
aks_service_name = "akswebservice" + datetime.datetime.now().strftime("%m%d%H")
8080
prov_config = AksCompute.provisioning_configuration(
81-
agent_count=6, vm_size="Standard_F2", location="eastus"
81+
agent_count=6, vm_size="Standard_F4s", location="eastus"
8282
)
8383
print(
8484
"No AKS found in aks_webservice.json. Creating new Aks: {} and AKS Webservice: {}".format(

0 commit comments

Comments
 (0)