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.
2 parents 0e478d5 + e835a65 commit 1ae8a86Copy full SHA for 1ae8a86
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