We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3713a40 commit e835a65Copy full SHA for e835a65
aml_service/51-deployOnAks.py
@@ -78,7 +78,7 @@
78
aks_name = "aks" + datetime.datetime.now().strftime("%m%d%H")
79
aks_service_name = "akswebservice" + datetime.datetime.now().strftime("%m%d%H")
80
prov_config = AksCompute.provisioning_configuration(
81
- agent_count=6, vm_size="Standard_F2", location="eastus"
+ agent_count=6, vm_size="Standard_F4s", location="eastus"
82
)
83
print(
84
"No AKS found in aks_webservice.json. Creating new Aks: {} and AKS Webservice: {}".format(
0 commit comments